mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Add NPM Script 'build'
This commit is contained in:
parent
5871672551
commit
cb4a75928e
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
"main": "./dist.js",
|
||||
"scripts": {
|
||||
"prepublish": "./node_modules/.bin/webpack --bail",
|
||||
"start": "make serve",
|
||||
"start": "webpack-dev-server",
|
||||
"start": "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