Skip to content

Commit 55b2a1d

Browse files
timdeschryverchristianalfoni
authored andcommitted
use cross-env building (#61)
1 parent 0a1a843 commit 55b2a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/storybooks/marksy"
2020
},
2121
"scripts": {
22-
"build": "BABEL_ENV=production babel src/ --out-dir=lib/ -s",
22+
"build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s",
2323
"lint": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json ./src ./app",
2424
"prepare": "npm run build",
2525
"size": "size-limit",

0 commit comments

Comments
 (0)