From 4239feceee54f15bea6544a39f4d93b6f3a368d9 Mon Sep 17 00:00:00 2001 From: Maiko Sinkyaet Tan Date: Sat, 17 Feb 2024 16:03:04 +0800 Subject: [PATCH] ci: add build workflow (#2) * ci: add build workflow * fix: add missing dependency * fix: disable lint and test first --- .github/workflows/build.yml | 13 +++++++++++++ package.json | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..c7d5926 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,13 @@ +name: Build + +on: + push: + pull_request: + +jobs: + build: + uses: AwesomeHamster/workflows/.github/workflows/build.yml@master + with: + lint: false + test: false + yarn-no-immutable: true diff --git a/package.json b/package.json index c1e9515..aaf1819 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ }, "devDependencies": { "koishi": "^4.15.2", - "tsup": "^8.0.2" + "tsup": "^8.0.2", + "typescript": "^5.3.3" }, "koishi": { "description": {