Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
pqt authored Dec 3, 2020
1 parent 2cc996a commit 1045f2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "medal-js",
"description": "JavaScript library for the Medal.tv API",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"repository": "https://github.com/pqt/medal-js",
"author": "Austin Paquette <[email protected]>",
Expand All @@ -12,7 +12,8 @@
"lint": "yarn format && yarn eslint",
"lint:fix": "yarn format:write && yarn eslint --fix",
"eslint": "eslint \"**/*.ts?(x)\"",
"test": "jest --passWithNoTests"
"test": "jest --passWithNoTests",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.21.0"
Expand Down

0 comments on commit 1045f2d

Please sign in to comment.