Skip to content

Commit

Permalink
Configure test command for initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 9, 2024
1 parent d1f0b97 commit c525429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/velox-luna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"license": "MIT",
"author": "Luiz Ferraz <[email protected]>",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "esbuild --bundle index.ts --outfile=index.js --sourcemap",
"test": "pnpm run build && node index.js"
},
"dependencies": {
"@lunariajs/core": "^0.0.25"
Expand Down

0 comments on commit c525429

Please sign in to comment.