Skip to content

Commit 906c1bf

Browse files
Fix build script
1 parent cf1c61b commit 906c1bf

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
@@ -16,7 +16,7 @@
1616
"typings/react-popper-tooltip.d.ts"
1717
],
1818
"scripts": {
19-
"build": "npm run build:cjs && npm run build:esm && cp src/styles.css dist",
19+
"build": "npm run build:cjs; npm run build:esm; mkdir -p dist && cp src/styles.css dist",
2020
"build:cjs": "babel --delete-dir-on-start src -d lib/cjs",
2121
"build:esm": "babel --delete-dir-on-start --env-name esm src -d lib/esm",
2222
"prepare": "npm run build"

0 commit comments

Comments
 (0)