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 61b2d5e commit f91f4a1Copy full SHA for f91f4a1
package.json
@@ -16,7 +16,7 @@
16
},
17
"scripts": {
18
"setup": "ts-patch install",
19
-"prepare": "npm run setup",
+ "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",
@@ -115,4 +115,4 @@
115
"@commitlint/config-conventional"
116
]
117
}
118
-}
+}
0 commit comments