Skip to content

Commit

Permalink
ARCH-2011 - Re-add a raw tsconfig but with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-casella-adams committed Feb 28, 2024
1 parent da8c21d commit 1f4008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npm ci && npm run bundle && npm run format",
"bundle": "esbuild ./src/main.js --bundle --platform=node --outfile=dist/index.js",
"bundle": "esbuild ./src/main.js --bundle --platform=node --outfile=dist/index.js --tsconfig-raw=\"{}\"",
"format": "prettier --write **/*.js",
"format-check": "prettier --check **/*.js"
},
Expand Down

0 comments on commit 1f4008c

Please sign in to comment.