Skip to content

Commit

Permalink
Upgrade node lts to 20.12.2 and remove esbuild dep, for now (the rest…
Browse files Browse the repository at this point in the history
… api is currently not used, and esbuild is causing a build failure on pages.cloud.gov)
  • Loading branch information
danielnaab committed Apr 16, 2024
1 parent 8014b61 commit 015cfd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.0
v20.12.2
5 changes: 2 additions & 3 deletions apps/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "backend service for handling submitted forms",
"main": "src/index.ts",
"scripts": {
"build": "esbuild src/index.ts --bundle --minify --sourcemap --platform=node --target=es2020 --outfile=dist/index.js",
"build": "echo 'skipping build...' # esbuild src/index.ts --bundle --minify --sourcemap --platform=node --target=es2020 --outfile=dist/index.js",
"build:client": "tsup src/* --env.NODE_ENV production --dts-resolve",
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"dev": "tsup src/* --watch"
Expand All @@ -13,7 +13,6 @@
"@atj/form-service": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"esbuild": "^0.20.2"
"@types/aws-lambda": "^8.10.109"
}
}
Loading

0 comments on commit 015cfd3

Please sign in to comment.