Commit a4a0bdca authored by 秦文海's avatar 秦文海

fix: 修复发布main入口

parent 24c7e7da
......@@ -9,7 +9,7 @@
"bootstrap": "node ./scripts/bootstrap.js",
"build": "cross-env BUILD_TYPE=lib father-build && cross-env BUILD_TYPE=es father-build && webpack && node ./scripts/gen_less_entry.js",
"changelog": "pro-changelog",
"createRelease": "node ./scripts/createRelease.js",
"createRelease": "node ./scripts/createRelease.js --skipBuild",
"deploy": "npm run site && gh-pages -d ./dist",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./packages && npm run lint:prettier",
"lint:prettier": "npm run prettier && git diff && prettier --version && prettier --check \"packages/**/**.{js,jsx,tsx,ts,less,md,json}\" --end-of-line auto",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment