Skip to content

Commit

Permalink
Remove tests in build because np run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Jun 24, 2021
1 parent a706433 commit 374b0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typecheck": "tsc --noEmit",
"lint:fix": "ts-standard --fix",
"prepublish": "yarn build",
"release": "yarn test && yarn build && np",
"release": "yarn build && np",
"test": "ts-standard && c8 --reporter=html --reporter=text ava",
"test:watch": "ava --watch"
},
Expand Down

0 comments on commit 374b0b4

Please sign in to comment.