We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f02271 commit 8e1175eCopy full SHA for 8e1175e
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"scripts": {
5
"tsc": "cp src/nssentry.d.ts plugin && tsc -skipLibCheck",
6
- "build": "npm run tsc && \\cp README.md plugin/",
+ "build": "cp README.md plugin/ && npm run tsc",
7
"publish": "npm run build && lerna publish",
8
"commitmsg": "commitlint -e $GIT_PARAMS",
9
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
0 commit comments