File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments