Skip to content

Commit 444b1fe

Browse files
committed
update deps and bun scripts
1 parent 184fecf commit 444b1fe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"scripts": {
1515
"bump": "bun --print \"const pkg = await Bun.file('package.json').json(); pkg.version = pkg.version.split('.').map((v, i) => i===2?+v+1:v).join('.'); await Bun.write('package.json', JSON.stringify(pkg, null, 2)); export default pkg.version\"",
1616
"start": "node --enable-source-maps dist/index.js",
17-
"build": "tsc",
18-
"testl": "tsc && node --env-file=.env --enable-source-maps dist/test/tunnel.test.js",
17+
"build": "bun run .github/build.ts",
18+
"test": "bun test",
1919
"exec": "tsc && node --enable-source-maps dist/index.js",
2020
"dev": "nodemon -w ./src --ext *.ts -x \"tsc && node --enable-source-maps dist/index.js\""
2121
},

0 commit comments

Comments
 (0)