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 bf03905 commit 53867a3Copy full SHA for 53867a3
package.json
@@ -90,7 +90,7 @@
90
"url": "https://github.com/declandewet/common-tags"
91
},
92
"scripts": {
93
- "clear": "rimraf lib && rimraf es && rimraf dist",
+ "clear": "rimraf lib/* && rimraf es/* && rimraf dist/*",
94
"build": "npm run clear && npm run build:cjs && npm run build:es && npm run build:unpkg",
95
"build:cjs": "babel src --out-dir lib --ignore **/*.test.js",
96
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es --ignore **/*.test.js",
0 commit comments