We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a93ed5 commit 39a023dCopy full SHA for 39a023d
package.json
@@ -17,9 +17,9 @@
17
"dist/"
18
],
19
"scripts": {
20
- "start": "TARGET=es rollup -c -w",
+ "start": "cross-env TARGET=es rollup -c -w",
21
"build": "rollup -c",
22
- "test": "NODE_ENV=test jest",
+ "test": "cross-env NODE_ENV=test jest",
23
"prepub": "npm run test && npm run build",
24
"pub": "npm publish"
25
},
@@ -30,6 +30,7 @@
30
"devDependencies": {
31
"@types/jest": "^24.0.13",
32
"@types/node": "^12.0.2",
33
+ "cross-env": "^5.2.0",
34
"jest": "^24.8.0",
35
"rollup": "^1.12.0",
36
"rollup-plugin-node-resolve": "^5.0.0",
0 commit comments