Skip to content

Commit 6341f7e

Browse files
committed
chore: fix CI
1 parent 008ac42 commit 6341f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"scripts": {
4343
"prebuild": "cpr src src-tmp -d && babel src/inline-script.raw.js -o src-tmp/inline-script.raw.js && terser -c -m -o src-tmp/inline-script.raw.js -- src-tmp/inline-script.raw.js",
44-
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src-tmp -d lib --delete-dir-on-start",
45-
"build:es": "cross-env BABEL_ENV=es babel src-tmp -d es --delete-dir-on-start",
44+
"build:commonjs": "BABEL_ENV=commonjs babel src-tmp -d lib --delete-dir-on-start",
45+
"build:es": "BABEL_ENV=es babel src-tmp -d es --delete-dir-on-start",
4646
"build": "npm run build:commonjs && npm run build:es",
4747
"postbuild": "rimraf lib/inline-script.raw.js es/inline-script.raw.js src-tmp",
4848
"test": "jest",

0 commit comments

Comments
 (0)