Skip to content

Commit efab2cb

Browse files
committed
changed pnpm command
1 parent be9202a commit efab2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ferric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"start": "tsx src/run.ts",
17-
"build": "tsc --build && pnpm copy-templates",
17+
"build": "tsc --build && npm run copy-templates",
1818
"test": "tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout src/**/*.test.ts",
1919
"copy-templates": "copyfiles -u 1 src/templates/**/* dist"
2020
},

0 commit comments

Comments
 (0)