Skip to content

Commit

Permalink
maint(Build): Add build:webpack:dev:plone as package.json script to a…
Browse files Browse the repository at this point in the history
…llow for a Plone development build.
  • Loading branch information
thet committed May 17, 2022
1 parent 62332d1 commit acf9839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"build:webpack": "NODE_ENV=production webpack --config webpack.config.js",
"build:webpack:dev": "NODE_ENV=development webpack --config webpack.config.js",
"build:webpack:plone": "NODE_ENV=production webpack --config webpack.config.js --env DEPLOYMENT=plone",
"build:webpack:dev:plone": "NODE_ENV=development webpack --config webpack.config.js --env DEPLOYMENT=plone",
"build:docs": "ELEVENTY_ENV=production npx @11ty/eleventy --output docs/_site/",
"build:stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json",
"build": "run-s clean build:webpack build:docs",
Expand Down

0 comments on commit acf9839

Please sign in to comment.