Skip to content

Commit

Permalink
ci: add build script stub
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 4, 2024
1 parent 24c1e95 commit 1ab0fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"zx-extra": "src/main/js/cli.mjs"
},
"scripts": {
"build": "echo 'No build required' && exit 0",
"test": "PATH=$(env -i bash -c 'echo $PATH') node ./src/main/js/cli.mjs ./src/test/js/test.mjs --quiet",
"test:cov": "c8 npm run test && c8 report -r lcov",
"test:bun": "bun ./src/main/js/cli.mjs ./src/test/js/test.mjs --quiet",
Expand Down

0 comments on commit 1ab0fa8

Please sign in to comment.