Skip to content

Commit 02f51ab

Browse files
committed
chore: no angular
1 parent 8c4f0b7 commit 02f51ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
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
},

0 commit comments

Comments
 (0)