Skip to content

Commit a6b00f9

Browse files
committed
fix: remove build_all script
1 parent 9d707af commit a6b00f9

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"private": true,
1313
"scripts": {
14-
"build-all": "node scripts/build_all.js",
14+
"build:all": "yarn build:transient-render-engine && yarn build:css-processor && yarn build:render && yarn workspace @doc/mdx-gen-cli build && yarn workspace @doc/pages build && yarn workspace website build",
1515
"build:css-processor": "yarn workspace @native-html/css-processor build",
1616
"build:transient-render-engine": "yarn workspace @native-html/transient-render-engine build",
1717
"build:render": "yarn workspace @native-html/render build",

scripts/build_all.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)