typescript fixes & github action to build server
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -4,8 +4,13 @@ on:
|
||||
branches:
|
||||
- '*'
|
||||
jobs:
|
||||
deploy-webapp:
|
||||
build-webapp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- run: cd app && npm install && npm run build
|
||||
- run: cd app && npm install && npm run build
|
||||
build-server:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- run: cd server && npm install && npx -y tsc
|
Reference in New Issue
Block a user