Skip to content

Commit

Permalink
Merge pull request #161 from unicef/fix/build-env-fix
Browse files Browse the repository at this point in the history
build env set fixed
  • Loading branch information
gauravr7 authored Apr 10, 2024
2 parents a3ffd9e + aa8c1f7 commit cd3d6d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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": "set NODE_ENV=development && rollup -c",
"build:prod": "set 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 Expand Up @@ -75,8 +75,8 @@
"gh-pages": "^2.1.1",
"jest": "^27.4.7",
"node-sass": "^7.0.3",
"prop-types": "^15.7.2",
"prettier": "^2.8.8",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.0.1",
Expand Down

0 comments on commit cd3d6d9

Please sign in to comment.