Spaces:
Build error
Build error
Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
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": "webpack-dev-server --host 0.0.0.0 --port 3000
|
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",
|
|
|
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": "webpack-dev-server --host 0.0.0.0 --port 3000",
|
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",
|