beefing with postinstall though

このコミットが含まれているのは:
sinkaroid 2022-12-11 00:44:17 +07:00
コミット cf2d53dcad
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: ABD69470B2390135
8個のファイルの変更15行の追加2行の削除

ファイルの表示

@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: 3hentai test
run: npm run test:3hentai

ファイルの表示

@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Asmhentai test
run: npm run test:asmhentai

ファイルの表示

@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Hentai2read test
run: npm run test:hentai2read

ファイルの表示

@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Hentaifox test
run: npm run test:hentaifox

ファイルの表示

@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Nhentai test
run: npm run test:nhentai

ファイルの表示

@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Pururin test
run: npm run test:pururin

ファイルの表示

@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Simply-hentai test
run: npm run test:simply-hentai

ファイルの表示

@ -4,7 +4,7 @@
"description": "Experimental doujin API with gather in mind",
"main": "build/src/index.js",
"scripts": {
"build": "tsc",
"build": "rm -rf build && tsc",
"start": "node build/src/index.js",
"test": "ts-node test/test.ts",
"test:cf": "ts-node test/nhentaiCookietest.ts",
@ -12,7 +12,6 @@
"start:dev": "ts-node-dev src/index.ts",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --fix",
"postinstall": "npm run build",
"test:nhentai": "npx start-server-and-test 3000 \"curl -v http://localhost:3000/nhentai/get?book=177013 | jq '.'\"",
"test:pururin": "npx start-server-and-test 3000 \"curl -v http://localhost:3000/pururin/get?book=47226 | jq '.'\"",
"test:hentaifox": "npx start-server-and-test 3000 \"curl -v http://localhost:3000/hentaifox/get?book=59026 | jq '.'\"",