Spaces:
Runtime error
Runtime error
Update package.json
Browse files- package.json +2 -2
package.json
CHANGED
@@ -5,13 +5,13 @@
|
|
5 |
"main": "./dist/scratch-gui.js",
|
6 |
"scripts": {
|
7 |
"buildall": "npm run build && npm run deploy",
|
8 |
-
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --colors --bail",
|
9 |
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
|
10 |
"deploy": "npm uni gh-pages && npm i gh-pages -g && gh-pages -d src",
|
11 |
"prune": "./prune-gh-pages.sh",
|
12 |
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",
|
13 |
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push",
|
14 |
-
"start": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" webpack-dev-server --host 0.0.0.0 --port 3000 --disable-host-check",
|
15 |
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
|
16 |
"test:integration": "jest --maxWorkers=4 test[\\\\/]integration",
|
17 |
"test:lint": "eslint . --ext .js,.jsx",
|
|
|
5 |
"main": "./dist/scratch-gui.js",
|
6 |
"scripts": {
|
7 |
"buildall": "npm run build && npm run deploy",
|
8 |
+
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --verbose --colors --bail",
|
9 |
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
|
10 |
"deploy": "npm uni gh-pages && npm i gh-pages -g && gh-pages -d src",
|
11 |
"prune": "./prune-gh-pages.sh",
|
12 |
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",
|
13 |
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push",
|
14 |
+
"start": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" webpack-dev-server --host 0.0.0.0 --port 3000 --verbose --disable-host-check",
|
15 |
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
|
16 |
"test:integration": "jest --maxWorkers=4 test[\\\\/]integration",
|
17 |
"test:lint": "eslint . --ext .js,.jsx",
|