Skip to content

Commit 4379685

Browse files
committed
chore: preapre script
1 parent 3d75959 commit 4379685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"scripts": {
4646
"setup": "ts-patch install",
47+
"prepare": "npm run setup",
4748
"build.angular": "ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json",
4849
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && cp README.md plugin && tsc -skipLibCheck -d",
4950
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map ./plugin/**/*.metadata.json plugin/node_modules plugin/package-lock.json",

0 commit comments

Comments
 (0)