We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1a843 commit 55b2a1dCopy full SHA for 55b2a1d
1 file changed
package.json
@@ -19,7 +19,7 @@
19
"url": "https://github.com/storybooks/marksy"
20
},
21
"scripts": {
22
- "build": "BABEL_ENV=production babel src/ --out-dir=lib/ -s",
+ "build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s",
23
"lint": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json ./src ./app",
24
"prepare": "npm run build",
25
"size": "size-limit",
0 commit comments