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 b085e3d commit bfe639cCopy full SHA for bfe639c
package.json
@@ -65,7 +65,7 @@
65
]
66
},
67
"scripts": {
68
- "build": "npm run build-cjs && npm run build-mjs && npm run build-flow",
+ "build": "npm run build-cjs && npm run build-mjs",
69
"build-cjs": "rimraf lib && babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow",
70
"build-mjs": "rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow",
71
"build-mjs-rename": "find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;",
0 commit comments