Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravr7 authored Apr 8, 2024
1 parent 7a4fb60 commit 72cbef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"homepage": "https://unicef.github.io/unicef-material-ui",
"scripts": {
"build": "npm run build:dev && npm run build:prod",
"build:dev": "NODE_ENV=development rollup -c",
"build:prod": "NODE_ENV=production rollup -c",
"build:dev": "SET NODE_ENV=development && rollup -c",
"build:prod": "SET NODE_ENV=production && rollup -c",
"build:example": "npm run build:prod && rm -rf gh-pages-build/* && cd example && npm run build && cp -R build/* ../gh-pages-build/",
"build:site": "npm run build:docs && cp -R ./styleguide ./site && cd example && npm run build && cp -R build/ ../site/example/",
"start": "rollup -c -w",
Expand Down

0 comments on commit 72cbef9

Please sign in to comment.