Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseru Kganyago committed Jul 3, 2023
1 parent f98a740 commit 62cd2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shesha-reactjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"scripts": {
"test": "cross-env CI=1 jest --runInBand",
"test:watch": "jest --watch",
"build": "rimraf dist && npm run build:less && rollup -c",
"build:clean": "npm run build:less && rollup -c",
"build": "npm run build:less && rollup -c",
"build:clean": "rimraf dist && npm run build:less && rollup -c",
"start": "npm run build:less && npm run build:css && rollup -c -w",
"build:stylesheets": "npm run build:less && npm run build:css",
"build:less": "node less-bundle.js",
Expand Down

0 comments on commit 62cd2a9

Please sign in to comment.