Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox authored Feb 6, 2023
1 parent f196ffd commit f776fa2
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 @@ -12,7 +12,7 @@
"prefix": "lightningcss --browserslist ./dist/app/*.css -o ./dist/app/*.css",
"start": "NODE_ENV=dev conc --kill-others 'npm:dev:*'",
"cloud": "npm run clean && npm run build:sass && NODE_ENV=staging ELEVENTY_ENV=staging npm run build:eleventy",
"build": "npm run clean && npm run build:sass && npm run prefix && NODE_ENV=dev ELEVENTY_ENV=dev npm run build:eleventy -- --pathprefix=11ty-solid-base",
"build": "npm run clean && npm run build:sass && npm run prefix && NODE_ENV=staging ELEVENTY_ENV=staging npm run build:eleventy -- --pathprefix=11ty-solid-base",
"minify": "npm run clean && npm run build:sass && npm run prefix -- --minify && NODE_ENV=production ELEVENTY_ENV=prod npm run build:eleventy -- --pathprefix=11ty-solid-base"
},
"repository": {
Expand Down

0 comments on commit f776fa2

Please sign in to comment.