Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit ee126e5

Browse files
committed
Re-add start script
1 parent 3ef75c4 commit ee126e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"scripts": {
3232
"build": "rollup --config --input src/cashcash.mjs --name CashCash",
3333
"lint": "eslint .",
34+
"start": "npm run build -- --watch",
3435
"test": "jasmine-browser-runner runSpecs"
3536
},
3637
"devDependencies": {

0 commit comments

Comments
 (0)