Skip to content

Commit

Permalink
chore: format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Nov 1, 2023
1 parent 062fca9 commit 357d2aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,17 @@
},
"scripts": {
"new": "plop",

"start": "concurrently \"yarn build --watch\" \"start-storybook -p 9999\"",
"start:e2e": "yarn concurrently --kill-others \"yarn start --ci\" \"yarn wait-on http://localhost:9999 && cypress open\"",

"build": "rollup -c",
"build:storybook": "build-storybook",

"check": "yarn check:types && yarn check:lint && yarn check:format",
"check:types": "tsc && cd cypress && tsc",
"check:lint": "eslint --config ./.eslintrc .'*/**/*.{js,ts,tsx}'",
"check:format": "prettier -c .",

"fix": "yarn fix:lint && yarn fix:format",
"fix:lint": "yarn check:lint --fix",
"fix:format": "prettier -w .",

"test": "yarn test:components && yarn run test:e2e",
"test:components": "jest",
"test:e2e": "yarn build:storybook && yarn concurrently --success \"first\" --kill-others \"yarn http-server -p 9999 ./storybook-static\" \"yarn wait-on http://localhost:9999 && yarn cypress run\"",
Expand Down

0 comments on commit 357d2aa

Please sign in to comment.