Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Oct 14, 2023
1 parent 3403271 commit 65759d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "tsup src/index.ts"
"build": "tsup src/index.ts",
"simple-test": "tsx src/test/test.ts"
},
"author": "",
"license": "ISC",
Expand Down
1 change: 0 additions & 1 deletion src/test/mfo.ts

This file was deleted.

3 changes: 3 additions & 0 deletions src/test/test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

console.log('hi')

0 comments on commit 65759d0

Please sign in to comment.