Skip to content

Commit

Permalink
Fix npm sccript suggested lensapp/lens#1198
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
  • Loading branch information
chenhunghan committed Nov 10, 2020
1 parent 681e700 commit 7bd7745
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helloworld-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"main": "dist/main.js",
"renderer": "dist/renderer.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "npm run build --watch"
"start": "webpack --watch",
"build": "npm run clean && webpack",
"clean": "rm -rf ./dist"
},
"dependencies": {
"react-open-doodles": "^1.0.5"
Expand Down

0 comments on commit 7bd7745

Please sign in to comment.