Skip to content

Commit

Permalink
Refactor scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shaes-farm committed Sep 2, 2023
1 parent 59d5b6d commit b9e8773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"test": "jest",
"test:watch": "jest --watchAll",
"lint": "eslint src/**/*.ts[x]",
"lint:ts": "tsc --noEmit --strict",
"verify": "npm run lint && npm run lint:ts && npm test",
"postlint": "tsc --noEmit --strict",
"verify": "npm run lint && npm test",
"storybook": "env STORYBOOK_DISABLE_TELEMETRY=1 storybook dev -p 6006",
"build-storybook": "env STORYBOOK_DISABLE_TELEMETRY=1 storybook build",
"prepublish": "npm run verify"
"prepublishOnly": "npm run verify"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b9e8773

Please sign in to comment.