mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
ci: Add build step
This commit is contained in:
parent
edde65cf1e
commit
a14c1ba3a6
2 changed files with 2 additions and 0 deletions
1
.github/workflows/example.yml
vendored
1
.github/workflows/example.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
node-version: 16
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run format:check
|
||||
- run: npm run lint
|
||||
- run: npm run package
|
||||
|
|
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
node-version: 16
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run format:check
|
||||
- run: npm run lint
|
||||
- run: npm run test
|
||||
|
|
Loading…
Reference in a new issue