Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed Jan 29, 2024
1 parent 316b321 commit 6894550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": " ELEVENTY_ENV=development eleventy --serve",
"format": "prettier --write .",
"css": "NODE_ENV=production webpack --mode production ",
"build": " NODE_ENV=production webpack --mode production",
"build": " NODE_ENV=production webpack --mode production && ELEVENTY_ENV=development eleventy",
"lint": "eslint --ignore-path .gitignore --fix --ext .js,.vue .",
"alts": "node alt.js",
"link": "node link.js",
Expand Down

0 comments on commit 6894550

Please sign in to comment.