Skip to content

Commit

Permalink
ci: update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2023
1 parent 4c8f94c commit 2c32bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"private": true,
"scripts": {
"prepare": "husky install",
"build": "lerna exec --scope @wcj/markdown-to-html -- tsbb build --disable-babel",
"build": "lerna exec --scope @wcj/markdown-to-html -- tsbb build",
"build:dist": "lerna exec \"npm run build\" --scope @wcj/markdown-to-html",
"watch": "lerna exec --scope @wcj/markdown-to-html -- tsbb watch --disable-babel",
"watch": "lerna exec --scope @wcj/markdown-to-html -- tsbb watch",
"watch:dist": "lerna exec \"npm run start\" --scope @wcj/markdown-to-html",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"remove": "lerna exec \"rm -rf node_modules build package-lock.json\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-to-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.0.0",
"bannerjs": "^3.0.0",
"rollup": "^3.0.0",
"tslib": "^2.4.0",
Expand Down

0 comments on commit 2c32bb4

Please sign in to comment.