mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Code format & sort npm script params
This commit is contained in:
parent
d60ea5e7cb
commit
29ebbeece6
5 changed files with 7 additions and 7 deletions
|
@ -4,9 +4,9 @@
|
|||
"description": "ScratchJr",
|
||||
"scripts": {
|
||||
"lint": "eslint src/**",
|
||||
"watch": "webpack --watch --progress --mode=development --hide-modules",
|
||||
"dev": "webpack --mode=development --hide-modules",
|
||||
"build": "webpack --mode=production --hide-modules"
|
||||
"watch": "webpack --mode=development --progress --hide-modules --watch",
|
||||
"dev": "webpack --mode=development --progress --hide-modules",
|
||||
"build": "webpack --mode=production --progress --hide-modules"
|
||||
},
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "BSD-3-Clause",
|
||||
|
|
Loading…
Reference in a new issue