Skip to content

Commit

Permalink
Merge 73dcdf6 into 5b4ebeb
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed Feb 21, 2019
2 parents 5b4ebeb + 73dcdf6 commit ccc62f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,8 +32,8 @@
"scripts": {
"build-css": "node-sass-chokidar src/assets/stylesheets/application.scss -o src/assets/stylesheets --output-style=compressed",
"watch-css": "nodemon -e scss -x \"npm run build-css\"",
"start": "react-app-rewired start",
"build": "npm run compile:contracts && react-app-rewired build",
"start": "npm run build-css && react-app-rewired start",
"build": "npm run compile:contracts && npm run build-css && react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"startE2e": "mocha -b ./e2e-script/test.js",
"start:blocks": "node ./e2e-script/scripts/blocks.js",
Expand Down

0 comments on commit ccc62f5

Please sign in to comment.