Skip to content

Commit e11f2ec

Browse files
authored
Merge pull request #24 from khajiitvaper2017/master
filter out invalid articles
2 parents 32105a4 + 98bd8e2 commit e11f2ec

4 files changed

Lines changed: 662 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "build/index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
7+
"test": "bun test ./src",
88
"build": "bun run build:tsc",
99
"build:tsc": "tsc",
1010
"buildPixiv": "bun run build:tsc && bun run . --light false",

0 commit comments

Comments
 (0)