mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
gh action, add npm run build
This commit is contained in:
6
.github/workflows/node.yml
vendored
6
.github/workflows/node.yml
vendored
@@ -12,7 +12,9 @@ jobs:
|
||||
node-version: 14
|
||||
- run: npm ci
|
||||
- run: sudo apt-get install xvfb
|
||||
- name: ESLint
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
- name: Jest
|
||||
- name: Test
|
||||
run: xvfb-run --auto-servernum npm run jest
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user