Skip to content

Commit 4da2ea8

Browse files
committed
Remove rm call; clean will do that
1 parent bc2bedc commit 4da2ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"build:cjs": "tsc -p tsconfig.cjs.json && echo \"{\"type\": \"commonjs\"}\" > dist/cjs/package.json",
6767
"build:esm": "tsc -p tsconfig.esm.json",
6868
"build:webpack": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js",
69-
"build": "yarn grammar && rm -rf dist && npm-run-all --parallel build:cjs build:esm build:webpack",
69+
"build": "yarn grammar && npm-run-all --parallel build:cjs build:esm build:webpack",
7070
"release": "release-it"
7171
},
7272
"repository": {

0 commit comments

Comments
 (0)