Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoward64 authored Jan 30, 2025
1 parent 109362b commit 9008c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"start": "node --import ./dist/src/entry/server/initSentry.js --enable-source-maps ./dist/src/index.js start",
"repl": "node --enable-source-maps ./dist/src/index.js repl",
"test": "jest",
"build-time": "date -Iminutes > ./dist/src/BUILD_TIME"
"build-time": "mkdir -p ./dist/src && date -Iminutes > ./dist/src/BUILD_TIME"
},
"dependencies": {
"@apollo/server": "^4.11.3",
Expand Down

0 comments on commit 9008c2d

Please sign in to comment.