soiz1 commited on
Commit
ffcfb68
·
verified ·
1 Parent(s): 0ea8953

Update package.json

Browse files
Files changed (1) hide show
  1. 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 --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",
 
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",