Skip to content

Commit

Permalink
chore(CI): remove lifecycle scripts for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktuck committed Jan 5, 2021
1 parent f9aa0c3 commit f89e93e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"start": "node dist/index.js",
"watch": "tsc -w --outDir dist",
"build": "tsc --outDir dist",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"preversion": "npm test"
"prepare": "npm run build"
},
"keywords": [
"oembed",
Expand Down

0 comments on commit f89e93e

Please sign in to comment.