Skip to content

Commit 70073f8

Browse files
committed
fix(package): remove esm check from publish
1 parent 3362ef9 commit 70073f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"serve:samples": "npm run serve samples",
3434
"start": "npm run serve demo widget-demo",
3535
"publish": "cross-env-shell NODE_ENV='' babel-node ./scripts/publish/index.js",
36-
"publish:components": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 npm run build:packagejson && npm run build:transpile all && npm run es6-check:esm && npm run publish components",
36+
"publish:components": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 npm run build:packagejson && npm run build:transpile all && npm run publish components",
3737
"release": "standard-version -m 'chore(release): %s [skip ci]'",
3838
"precommit": "lint-staged",
3939
"prepush": "npm run test",

0 commit comments

Comments
 (0)