Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
test: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Jul 11, 2020
1 parent 35a531c commit 6c669de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,8 +17,8 @@
"clean": "del dist",
"scripts": "rollup -c",
"watch": "nodemon -e js -x 'npm run scripts' -i dist",
"test": "jest || true",
"test:watch": "jest --watch || true",
"test": "jest",
"test:watch": "jest --watch",
"changelog": "conventional-changelog -p angular"
},
"repository": {
Expand Down

0 comments on commit 6c669de

Please sign in to comment.