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 c277928 commit c27dd4bCopy full SHA for c27dd4b
package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"scripts": {
5
"setup": "ts-patch install",
6
+ "prepare": "npm run setup",
7
"build.angular": "ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json",
8
"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",
9
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
0 commit comments