Skip to content

Commit 190b5d7

Browse files
fix: fix pnpm scripts to copy-src first
1 parent f7b005f commit 190b5d7

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.npmignore

Whitespace-only changes.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"version": "0.0.1",
99
"description": "Monorepo for `@ast-grep/lang-*` packages",
1010
"scripts": {
11+
"postinstall": "pnpm -r copy-src",
1112
"test": "echo \"Error: no test specified\" && exit 1"
1213
},
1314
"keywords": [],

0 commit comments

Comments
 (0)