We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d707af commit fb7e2dcCopy full SHA for fb7e2dc
2 files changed
package.json
@@ -11,7 +11,7 @@
11
},
12
"private": true,
13
"scripts": {
14
- "build-all": "node scripts/build_all.js",
+ "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",
15
"build:css-processor": "yarn workspace @native-html/css-processor build",
16
"build:transient-render-engine": "yarn workspace @native-html/transient-render-engine build",
17
"build:render": "yarn workspace @native-html/render build",
scripts/build_all.js
0 commit comments