Skip to content

Commit 4396365

Browse files
committed
chore: fix build scripts
1 parent ba424e0 commit 4396365

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"scripts": {
19-
"prebuild": "shx rm -rf dist",
19+
"prebuild": "shx rm -rf lib",
2020
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
2121
"prepublishOnly": "yarn run build"
2222
},

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"scripts": {
19-
"prebuild": "shx rm -rf dist",
19+
"prebuild": "shx rm -rf lib",
2020
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
2121
"prepublishOnly": "yarn run build"
2222
},

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"scripts": {
19-
"prebuild": "shx rm -rf dist",
19+
"prebuild": "shx rm -rf lib",
2020
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
2121
"prepublishOnly": "yarn run build"
2222
},

0 commit comments

Comments
 (0)