Skip to content

Commit

Permalink
💚 Remove test environment variable in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jan 7, 2025
1 parent 8d78636 commit d8a66c3
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 @@ -16,7 +16,7 @@
"prepare": "husky && gitmoji -i",
"build": "pnpm check && tsup-node --env.NODE_ENV production",
"start": "tsup-node --env.NODE_ENV development --watch",
"test": "NODE_ENV=test node --loader tsm --enable-source-maps bin/test.ts"
"test": "node --loader tsm --enable-source-maps bin/test.ts"
},
"author": "Sigui Kessé Emmanuel <[email protected]>",
"repository": "git+https://github.com/siguici/panam.git",
Expand Down

0 comments on commit d8a66c3

Please sign in to comment.