Skip to content

Commit

Permalink
fixes for PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor1981 committed Dec 28, 2021
1 parent 73ab379 commit f4d2e17
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 @@ -6,8 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --open --hot --port 3000",
"build": "mkdir dist && webpack --mode production",
"lint": "npx eslint src --ext .js"
"build": "mkdir -p dist && webpack --mode production",
"lint": "npx eslint src --ext .js,.jsx"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit f4d2e17

Please sign in to comment.