Skip to content

Commit 787333e

Browse files
committed
Fix CNA postinstall script
1 parent 26045a8 commit 787333e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cna-template/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "next start",
1010
"test": "jest --watch",
1111
"test:ci": "mkdir -p __reports__ && jest --ci --coverage --runInBand --json --outputFile=__reports__/jest-results.json --reporters default --reporters \"github-actions\"",
12-
"postinstall": "npm run foundry init -- --presets lint; echo \"Remove the postinstall script from the package.json file after setting up Foundry.\""
12+
"postinstall": "npx foundry init -- --presets lint; echo \"Remove the postinstall script from the package.json file after setting up Foundry.\""
1313
},
1414
"dependencies": {
1515
"@emotion/css": "^11.10.5",

0 commit comments

Comments
 (0)