We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32105a4 + 98bd8e2 commit e11f2ecCopy full SHA for e11f2ec
4 files changed
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "build/index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "bun test ./src",
8
"build": "bun run build:tsc",
9
"build:tsc": "tsc",
10
"buildPixiv": "bun run build:tsc && bun run . --light false",
0 commit comments