Skip to content

Commit 04e6128

Browse files
committed
chore: esm path find fix
1 parent 19b1ffc commit 04e6128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"scripts": {
66
"tsc": "tsc -skipLibCheck -d",
77
"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",
1010
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
1111
"demo.android": "npm i && npm run tsc && cd demo && tns run android",
1212
"clean.demo": "rimraf demo/hooks demo/node_modules demo/platforms",

0 commit comments

Comments
 (0)