Skip to content

Commit a3fea77

Browse files
committed
add sideEffects
1 parent dd527b7 commit a3fea77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"tsc": "cp src/nssentry.d.ts plugin && tsc -skipLibCheck",
66
"build": "cp README.md plugin/ && npm run tsc",
7-
"publish": "npm run build && lerna publish",
7+
"publish": "npm run build && lerna publish --create-release=github",
88
"commitmsg": "commitlint -e $GIT_PARAMS",
99
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
1010
"demo.android": "npm i && npm run tsc && cd demo && tns run android",
@@ -57,4 +57,4 @@
5757
"@commitlint/config-conventional"
5858
]
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)