mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Add missing build step to release workflow
This wasn't an issue before because the install step unintentionally ran the build script too.
This commit is contained in:
parent
c499900e85
commit
d44cef7c34
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -38,6 +38,9 @@ jobs:
|
|||||||
- name: Check types
|
- name: Check types
|
||||||
run: npm run tsc
|
run: npm run tsc
|
||||||
|
|
||||||
|
- name: Build packages
|
||||||
|
run: npm run build
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run test -- --ci --maxWorkers=2
|
run: npm run test -- --ci --maxWorkers=2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user