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 be9202a commit efab2cbCopy full SHA for efab2cb
packages/ferric/package.json
@@ -14,7 +14,7 @@
14
},
15
"scripts": {
16
"start": "tsx src/run.ts",
17
- "build": "tsc --build && pnpm copy-templates",
+ "build": "tsc --build && npm run copy-templates",
18
"test": "tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout src/**/*.test.ts",
19
"copy-templates": "copyfiles -u 1 src/templates/**/* dist"
20
0 commit comments