Skip to content

Commit

Permalink
Make the test not watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah committed Nov 14, 2019
1 parent 7d4e749 commit 66ee2bd
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 @@ -7,7 +7,7 @@
"typings": "typings/index.d.ts",
"scripts": {
"build": "rollup -c && tsc",
"test": "rollup -c && cd test && rollup -cw",
"test": "rollup -c && cd test && rollup -c",
"lint": "prettier --write \"./**\"",
"lint:test": "prettier --check \"./**\"",
"preversion": "npm run test && npm run lint:test && npm run build",
Expand Down

0 comments on commit 66ee2bd

Please sign in to comment.