Skip to content

Commit

Permalink
specifying node version and ignoring build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusSanchez committed Jan 26, 2024
1 parent a3d9e78 commit 6e0485d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
node_modules
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.env
coverage

prisma/vitest-environment-prisma/pnpm-lock.yaml
prisma/vitest-environment-prisma/pnpm-lock.yaml
build
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "tsup src --out-dir build",
"dev": "tsx watch src/server.ts",
"test": "vitest run --dir src/use-cases",
"test:create-prisma-environment": "pnpm link ./prisma/vitest-environment-prisma",
Expand Down

0 comments on commit 6e0485d

Please sign in to comment.