We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fb2e7 commit 14e5dafCopy full SHA for 14e5daf
package.json
@@ -63,7 +63,7 @@
63
"prepare": "yarn clean && yarn grammar && yarn fix && yarn check && yarn build",
64
"pre-commit": "npm-run-all --parallel ts:changes lint:changes",
65
"grammar": "nearleyc src/parser/grammar.ne -o src/parser/grammar.ts",
66
- "build:cjs": "tsc -p tsconfig.cjs.json && echo \"{\"type\": \"commonjs\"}\" > dist/cjs/package.json",
+ "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 && npm-run-all --parallel build:cjs build:esm build:webpack",
0 commit comments