Skip to content

Commit

Permalink
Remove npm install from commands
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Aug 24, 2020
1 parent 7712479 commit 1949133
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 @@ -5,8 +5,8 @@
"description": "Node 12 template action",
"main": "lib/main.js",
"scripts": {
"build": "npm install && tsc",
"test": "npm install && jest"
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1949133

Please sign in to comment.