Skip to content

Commit bfe639c

Browse files
committed
chore: remove redundant build-flow call
1 parent b085e3d commit bfe639c

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
@@ -65,7 +65,7 @@
6565
]
6666
},
6767
"scripts": {
68-
"build": "npm run build-cjs && npm run build-mjs && npm run build-flow",
68+
"build": "npm run build-cjs && npm run build-mjs",
6969
"build-cjs": "rimraf lib && babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow",
7070
"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",
7171
"build-mjs-rename": "find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;",

0 commit comments

Comments
 (0)