File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "scripts" : {
55 "setup" : " ts-patch install" ,
6- "build.angular" : " ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json" ,
76 "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" ,
87 "tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
98 "build" : " cp README.md ./plugin && rm -f .tsbuildinfo && npm run tsc " ,
10- "publish" : " npm run setup && npm run build && npm run build.angular && lerna publish --create-release=github" ,
9+ "publish" : " npm run setup && npm run build && lerna publish --create-release=github" ,
1110 "doc" : " typedoc --out docs --tsconfig tsconfig.doc.json --includeDeclarations --excludeExternals --mode file --ignoreCompilerErrors --excludeNotExported --excludePrivate --theme minimal" ,
1211 "commitmsg" : " commitlint -e $GIT_PARAMS"
1312 },
You can’t perform that action at this time.
0 commit comments