Skip to content

Commit

Permalink
fix incorrect path in dist gulp job (build:archive)
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert committed May 14, 2024
1 parent e201ca2 commit 516688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "." })
Expand Down

0 comments on commit 516688a

Please sign in to comment.