Skip to content

Commit

Permalink
Eliminate extra src/ and test/ dirs from build output
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Nov 15, 2023
1 parent 3d3f935 commit 928ecce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"build:babel": "babel src --out-dir lib --extensions .ts --source-maps",
"build:types": "tsc --project tsconfig.prod.json --emitDeclarationOnly --isolatedModules",
"build:minified": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js",
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified",
"build:cleanup": "rm -rf lib/src/ lib/test/",
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified && yarn build:cleanup",
"release": "release-it"
},
"repository": {
Expand Down

0 comments on commit 928ecce

Please sign in to comment.