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 2c3731a commit 61b2d5eCopy full SHA for 61b2d5e
package.json
@@ -16,6 +16,7 @@
16
},
17
"scripts": {
18
"setup": "ts-patch install",
19
+"prepare": "npm run setup",
20
"build.angular": "ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json",
21
"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",
22
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
0 commit comments