Skip to content

Commit f7587bf

Browse files
committed
Skip post install step if in github action.
1 parent 82d565f commit f7587bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"format": "prettier --write .",
1010
"test:build": "pnpm build",
1111
"watch": "ng build --watch --configuration development",
12-
"postinstall": "pnpm powersync-web copy-assets -o src/assets"
12+
"postinstall": "[ \"$GITHUB_ACTIONS\" = \"true\" ] || pnpm powersync-web copy-assets -o src/assets"
1313
},
1414
"private": true,
1515
"dependencies": {

0 commit comments

Comments
 (0)