Skip to content

Commit c7a9925

Browse files
committed
👷 Ensure to have packages tarball after install
to allow renovate to install test apps
1 parent 2655f21 commit c7a9925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"type": "module",
1212
"scripts": {
13-
"postinstall": "scripts/cli init_submodule",
13+
"postinstall": "scripts/cli init_submodule && yarn run build && yarn run pack",
1414
"build": "yarn workspaces foreach --all --parallel --topological run build",
1515
"build:bundle": "yarn workspaces foreach --all --parallel run build:bundle",
1616
"build:apps": "node scripts/build/build-test-apps.ts",

0 commit comments

Comments
 (0)