Skip to content

Commit

Permalink
Add test:watch node script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Mar 13, 2023
1 parent 95bc99e commit 77de87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"build:watch": "yarn rollup -wc",
"watch": "yarn build:watch",
"test": "web-test-runner javascript/test/**/*.test.js",
"test:watch": "yarn test --watch",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs && cp docs/_redirects docs/.vitepress/dist",
"docs:preview": "vitepress preview docs"
Expand Down

0 comments on commit 77de87b

Please sign in to comment.