Skip to content

Commit

Permalink
feat(VAST-59): Add a watcher to build automatically during dev (#53)
Browse files Browse the repository at this point in the history
* feat(VAST-59): Add a watcher to build automatically during dev

* chore: fix changelog

* Revert "chore: fix changelog"

This reverts commit 04a91c4.
  • Loading branch information
kasty authored Dec 22, 2023
1 parent 6432797 commit 979b85d
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 @@ -36,7 +36,7 @@
"lint": "eslint ./src",
"release": "standard-version",
"serve": "serve -l 3000 docs",
"start": "concurrently \"npm run serve\" \"watch --interval=1 'npm run bundle:demo' ./src/\"",
"start": "concurrently \"npm run serve\" \"watch --interval=1 'npm run bundle:demo' ./src/\" \"watch --interval=1 'npm run build:local' ./src/\"",
"test": "npm run test:e2e",
"test:e2e": "wait-on http://localhost:3000/ & cypress run --browser chrome",
"test:open": "cypress open"
Expand Down

0 comments on commit 979b85d

Please sign in to comment.