Skip to content

Commit

Permalink
rename env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Dec 29, 2018
1 parent 659dff9 commit ef18f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let npmRun = (commandString, boopName) => {
], {
extendEnv: true,
env: {
BOOP_OUTPUT_DIRECTORY: "website",
BOOP_WEBSITE_DIRECTORY: "website",
BOOP_PUBLIC_URL: `/${boopName}`,
// deprecated, but for old canvas sketches
SNOOT_OUTPUT_DIRECTORY: "website",
Expand Down

0 comments on commit ef18f0b

Please sign in to comment.