Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 4fd2cb8

Browse files
author
Charlike Mike Reagent
committed
fix(ci): some weird things happens
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent 6c64e65 commit 4fd2cb8

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
@@ -13,8 +13,8 @@
1313
"commit": "gitcommit -sS",
1414
"types": "tsc --emitDeclarationOnly --declaration",
1515
"parcel:cli": "BABEL_ENV=v6 parcel build src/index.ts --no-source-maps --detailed-report --experimental-scope-hoisting",
16-
"parcel:umd": "npm run parcel:cli --target browser -d dist/umd --global parseCommitMessage",
17-
"parcel:cjs": "npm run parcel:cli --target node -d dist/cjs --no-minify",
16+
"parcel:umd": "BABEL_ENV=v6 parcel build src/index.ts --no-source-maps --detailed-report --experimental-scope-hoisting --target browser -d dist/umd --global parseCommitMessage",
17+
"parcel:cjs": "BABEL_ENV=v6 parcel build src/index.ts --no-source-maps --detailed-report --experimental-scope-hoisting --target node -d dist/cjs --no-minify",
1818
"prebuild": "rm -rf dist && npm run types",
1919
"build": "npm run parcel:umd && npm run parcel:cjs",
2020
"release": "new-release"

0 commit comments

Comments
 (0)