Skip to content

Commit 6c032f1

Browse files
committed
chore:project
1 parent b1df222 commit 6c032f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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",

plugin/.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ tsconfig.json
55
references.d.ts
66
platforms/android/*
77
!platforms/android/include.gradle
8-
!platforms/android/*.aar

0 commit comments

Comments
 (0)