We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2655f21 commit c7a9925Copy full SHA for c7a9925
package.json
@@ -10,7 +10,7 @@
10
],
11
"type": "module",
12
"scripts": {
13
- "postinstall": "scripts/cli init_submodule",
+ "postinstall": "scripts/cli init_submodule && yarn run build && yarn run pack",
14
"build": "yarn workspaces foreach --all --parallel --topological run build",
15
"build:bundle": "yarn workspaces foreach --all --parallel run build:bundle",
16
"build:apps": "node scripts/build/build-test-apps.ts",
0 commit comments