mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
add watch command
This commit is contained in:
parent
6d9f889aa7
commit
f3f2fea3dd
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
"start": "webpack-dev-server",
|
||||
"build": "webpack --colors --progress",
|
||||
"test": "make test",
|
||||
"watch": "webpack --colors --progress --watch",
|
||||
"version": "./node_modules/.bin/json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue