We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26045a8 commit 787333eCopy full SHA for 787333e
packages/cna-template/template/package.json
@@ -9,7 +9,7 @@
9
"start": "next start",
10
"test": "jest --watch",
11
"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.\""
+ "postinstall": "npx foundry init -- --presets lint; echo \"Remove the postinstall script from the package.json file after setting up Foundry.\""
13
},
14
"dependencies": {
15
"@emotion/css": "^11.10.5",
0 commit comments