mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
change second start to build
This commit is contained in:
parent
cb4a75928e
commit
476221fc1b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"scripts": {
|
||||
"prepublish": "./node_modules/.bin/webpack --bail",
|
||||
"start": "webpack-dev-server",
|
||||
"start": "webpack --colors --progress",
|
||||
"build": "webpack --colors --progress",
|
||||
"test": "make test",
|
||||
"version": "./node_modules/.bin/json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue