mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +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")),
|
src("packages/jspsych/css/jspsych.css").pipe(rename("/dist/jspsych.css")),
|
||||||
|
|
||||||
// survey.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
|
// Examples
|
||||||
src("examples/**/*", { base: "." })
|
src("examples/**/*", { base: "." })
|
||||||
|
Loading…
Reference in New Issue
Block a user