Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Oct 16, 2022
1 parent 160851c commit 37a661f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"build": "rm -rf dist && npm run build:esm && npm run build:cjs",
"build:esm": "tsc --noEmit false",
"build:cjs": "tsc --noEmit false --module commonjs --outDir ./dist/cjs",
"test": "react-scripts test",
"test": "react-scripts test --watchAll=false",
"build-storybook": "build-storybook",
"release": "npm run test -- --watchAll=false && npm run build && release-it"
"release": "npm run test && npm run build && release-it"
},
"dependencies": {
"@types/mustache": "^4.2.1",
Expand Down

0 comments on commit 37a661f

Please sign in to comment.