Skip to content

Commit

Permalink
Update package.json to include test script
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisadityarao committed Feb 18, 2021
1 parent 6e112c5 commit 9c57ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"scripts": {
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
"build": "webpack --mode production",
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9c57ef2

Please sign in to comment.