Skip to content

Commit

Permalink
fix postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Jan 20, 2025
1 parent 5b36934 commit 4629dd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Chanterell demo project",
"license": "ISC",
"scripts": {
"postinstall": "spago build",
"chanterelle-build": "spago run -p build-contracts",
"postinstall": "spago run -p build-contracts",
"build": "spago build",
"test": "spago test",
"deploy": "spago run -p deploy",
Expand Down

0 comments on commit 4629dd6

Please sign in to comment.