Skip to content

Commit

Permalink
chore: remove unused cmds, update cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed May 20, 2024
1 parent 9177241 commit 2856457
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,9 @@
"postinstall": "patch-package && npm run gen:theme-typings && npm run clean:emotion-types && npm --prefix ../shared install",
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "cross-env SKIP_PREFLIGHT_CHECK=true vitest",
"eject": "react-scripts eject",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint ./ --ignore-path .gitignore && prettier . -c",
"lint:fix": "eslint ./ --ignore-path .gitignore --fix && prettier . -c --write",
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 2856457

Please sign in to comment.