We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2bedc commit 4da2ea8Copy full SHA for 4da2ea8
package.json
@@ -66,7 +66,7 @@
66
"build:cjs": "tsc -p tsconfig.cjs.json && echo \"{\"type\": \"commonjs\"}\" > dist/cjs/package.json",
67
"build:esm": "tsc -p tsconfig.esm.json",
68
"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",
+ "build": "yarn grammar && npm-run-all --parallel build:cjs build:esm build:webpack",
70
"release": "release-it"
71
},
72
"repository": {
0 commit comments