File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2121 "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" ,
2222 "tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
2323 "build" : " cp README.md ./plugin && rm -f .tsbuildinfo && npm run tsc " ,
24- "publish" : " npm run setup && npm run build && lerna publish --create-release=github" ,
24+ "publish" : " npm run setup && npm run build && lerna publish --create-release=github --force-publish " ,
2525 "commitmsg" : " commitlint -e $GIT_PARAMS" ,
2626 "demo.ios" : " npm run build && cd ./demo && ns run ios" ,
2727 "demo.android" : " npm run build && cd ./demo && ns run android" ,
Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ tsconfig.json
55references.d.ts
66platforms /android /*
77! platforms /android /include.gradle
8- ! platforms /android /* .aar
You can’t perform that action at this time.
0 commit comments