Skip to content

ci: fix deployments by build outDir changed to build and re-enabling artifact generation #492

ci: fix deployments by build outDir changed to build and re-enabling artifact generation

ci: fix deployments by build outDir changed to build and re-enabling artifact generation #492

Workflow file for this run

name: Verify Code
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js lts/iron
uses: actions/setup-node@v4
with:
node-version: lts/iron
- run: npm install
- run: npm run build
- run: npm run format:check
- run: npm run test:ci
env:
CI: true