File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"tsc" : " tsc -skipLibCheck -d" ,
7
7
"clean" : " rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json" ,
8
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --removeComments --outDir build/esm" ,
9
- "build" : " cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc && npm run build.esm && node ./build.esm.js " ,
8
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --removeComments --outDir build/esm && node ./build.esm.js " ,
9
+ "build" : " cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc && npm run build.esm" ,
10
10
"demo.ios" : " npm i && npm run tsc && cd demo && tns run ios" ,
11
11
"demo.android" : " npm i && npm run tsc && cd demo && tns run android" ,
12
12
"clean.demo" : " rimraf demo/hooks demo/node_modules demo/platforms" ,
You can’t perform that action at this time.
0 commit comments