Skip to content

Commit

Permalink
Skip post install step if in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriztiaan committed Dec 12, 2024
1 parent 82d565f commit f7587bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/angular-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write .",
"test:build": "pnpm build",
"watch": "ng build --watch --configuration development",
"postinstall": "pnpm powersync-web copy-assets -o src/assets"
"postinstall": "[ \"$GITHUB_ACTIONS\" = \"true\" ] || pnpm powersync-web copy-assets -o src/assets"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit f7587bf

Please sign in to comment.