Skip to content

Commit 9af0729

Browse files
authored
Merge pull request #131 from Steve0Greatness/windows-compat
Use cross-env for Windows compat.
2 parents 09161fb + 7a62541 commit 9af0729

File tree

2 files changed

+86
-1
lines changed

2 files changed

+86
-1
lines changed

package-lock.json

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prune": "./prune-gh-pages.sh",
1212
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",
1313
"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": "NODE_OPTIONS=\"--openssl-legacy-provider\" webpack-dev-server --host 0.0.0.0 --port 3000 --disable-host-check",
14+
"start": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" webpack-dev-server --host 0.0.0.0 --port 3000 --disable-host-check",
1515
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
1616
"test:integration": "jest --maxWorkers=4 test[\\\\/]integration",
1717
"test:lint": "eslint . --ext .js,.jsx",
@@ -116,6 +116,7 @@
116116
"babel-eslint": "10.0.3",
117117
"babel-loader": "8.2.2",
118118
"chromedriver": "105.0.0",
119+
"cross-env": "^7.0.3",
119120
"enzyme": "3.10.0",
120121
"enzyme-adapter-react-16": "1.3.0",
121122
"eslint": "5.16.0",

0 commit comments

Comments
 (0)