This commit is contained in:
12
.gitea/workflows/BuildTS.yaml
Normal file
12
.gitea/workflows/BuildTS.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Build TypeScript
|
||||||
|
run-name: Build CloudMusic TypeScript
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Build TypeScript:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run : echo "Let's checkout the repository"
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: gh.llkk.cc/https://github.com/actions/checkout@v4
|
||||||
|
#- run : apt install nodejs npm pnpm
|
||||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
dist
|
||||||
Reference in New Issue
Block a user