Skip to content

Commit 8e1175e

Browse files
committed
chore: script
1 parent 3f02271 commit 8e1175e

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
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"scripts": {
55
"tsc": "cp src/nssentry.d.ts plugin && tsc -skipLibCheck",
6-
"build": "npm run tsc && \\cp README.md plugin/",
6+
"build": "cp README.md plugin/ && npm run tsc",
77
"publish": "npm run build && lerna publish",
88
"commitmsg": "commitlint -e $GIT_PARAMS",
99
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",

0 commit comments

Comments
 (0)