Skip to content

Commit c27dd4b

Browse files
committed
chore: preopare script
1 parent c277928 commit c27dd4b

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
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"scripts": {
55
"setup": "ts-patch install",
6+
"prepare": "npm run setup",
67
"build.angular": "ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json",
78
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json plugin/README.md demo/node_modules demo-angular/node_modules",
89
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",

0 commit comments

Comments
 (0)