Skip to content

Commit

Permalink
fix(ci): fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Mar 19, 2024
1 parent 52b60de commit f95a72d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@
},
"scripts": {
"build": "bunchee -m",
"build:umd": "pnpm webpack --config ./scripts/webpack.config.mjs",
"build:lib": "rm -rf lib && tsc --project tsconfig.json",
"build:umd": "pnpm build:lib && pnpm webpack --config ./scripts/webpack.config.mjs",
"test": "pnpm --filter=xior-tests test",
"checktype": "tsc --noEmit",
"start-publish": "pnpm build && pnpm test && pnpm build:umd && node scripts/purge-pkg-for-publish.mjs && npm publish --registry=https://registry.npmjs.org",
"start-publish": "pnpm build && pnpm build:umd && node scripts/purge-pkg-for-publish.mjs && npm publish --registry=https://registry.npmjs.org",
"push": "git push && git lfs push --all origin",
"prepare": "is-ci || pnpm build && husky",
"checksize": "pnpm --filter=vite-example build"
Expand Down

0 comments on commit f95a72d

Please sign in to comment.