We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348f77d commit cc126f0Copy full SHA for cc126f0
src/scripts/parsers/reference.ts
@@ -36,8 +36,8 @@ export const parseLibraryReference =
36
37
// If we're using a custom build of p5 instead of a public release, create
38
// a build and copy it to the specified path
39
- if (process.env.P5_LIBRARY_PATH) {
40
- await createP5Build('p5.js', '../../../public' + process.env.P5_LIBRARY_PATH)
+ if (process.env.PUBLIC_P5_LIBRARY_PATH) {
+ await createP5Build('p5.js', '../../../public' + process.env.PUBLIC_P5_LIBRARY_PATH)
41
}
42
43
// Copy the reference output so we can process it
0 commit comments