mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
fix incorrect path in dist gulp job (build:archive) (#3293)
* fix incorrect path in dist gulp job (build:archive) * add changeset for config patch
This commit is contained in:
parent
e201ca29af
commit
7bcd4e0a25
5
.changeset/nine-mirrors-draw.md
Normal file
5
.changeset/nine-mirrors-draw.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@jspsych/config": patch
|
||||
---
|
||||
|
||||
This fixes an error in the gulp task that creates the dist archive for a release, which was causing the dist archive to fail.
|
@ -83,7 +83,7 @@ export const createCoreDistArchive = () =>
|
||||
src("packages/jspsych/css/jspsych.css").pipe(rename("/dist/jspsych.css")),
|
||||
|
||||
// survey.css
|
||||
src("packages/survey/css/survey.css").pipe(rename("/dist/survey.css")),
|
||||
src("packages/plugin-survey/css/survey.css").pipe(rename("/dist/survey.css")),
|
||||
|
||||
// Examples
|
||||
src("examples/**/*", { base: "." })
|
||||
|
Loading…
Reference in New Issue
Block a user