Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused NPM commands #223

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"build": "yarn workspaces foreach --all --topological-dev --parallel run build",
"test:unit": "yarn workspaces foreach --all run test:unit",
"dev:server": "node test-server/server",
"dev:storybook": "cd test-storybook && yarn storybook",
"start": "yarn build:watch",
"lint": "yarn workspaces foreach --all --parallel run lint",
"prettier": "prettier",
skitterm marked this conversation as resolved.
Show resolved Hide resolved
"prepare": "husky install",
Expand Down
2 changes: 0 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@
"clean": "rimraf ./dist",
"prebuild": "yarn clean",
"build": "yarn prebuild && tsup",
"build:watch": "yarn build --watch",
"test:cypress": "start-server-and-test 'yarn run dev:server' 3000 'yarn run test:do-cypress'",
"test:do-cypress": "ELECTRON_EXTRA_LAUNCH_ARGS=--remote-debugging-port=8192 cypress run --project tests",
"test:unit": "jest --passWithNoTests --coverage",
"start": "yarn build:watch",
"lint": "eslint src/*",
"prettier": "prettier"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@
"clean": "rimraf ./dist",
"prebuild": "yarn clean",
"build": "yarn prebuild && tsup",
"build:watch": "yarn build --watch",
"test:unit": "jest --passWithNoTests --coverage",
"test:playwright": "playwright test",
"start": "yarn build:watch",
"lint": "eslint src/*",
"prettier": "prettier"
},
Expand Down
1 change: 0 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"clean": "rimraf ./dist",
"prebuild": "yarn clean",
"build": "yarn prebuild && tsup",
"build:watch": "yarn build --watch",
"test:unit": "jest --coverage",
"lint": "eslint src/*",
"prettier": "prettier"
Expand Down
Loading