Skip to content

Commit 40b3221

Browse files
committed
chore: remove angular for now
1 parent 41785b9 commit 40b3221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"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",
2121
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
2222
"build": "cp README.md ./plugin && rm -f .tsbuildinfo && npm run tsc ",
23-
"publish": "npm run setup && npm run build && npm run build.angular && lerna publish --create-release=github",
23+
"publish": "npm run setup && npm run build && lerna publish --create-release=github",
2424
"commitmsg": "commitlint -e $GIT_PARAMS",
2525
"demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles",
2626
"demo.android": "npm run build && cd ../demo && tns run android",

0 commit comments

Comments
 (0)