Skip to content

Commit

Permalink
add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
yss14 committed Dec 8, 2019
1 parent ee88e2c commit bae80eb
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
Expand Up @@ -30,7 +30,8 @@
"test:cov": "jest --config=jest.json --collectCoverage --detectOpenHandles --colors --forceExit",
"test:ci": "npm run test:cov && codecov",
"lint": "eslint ./src --ext .ts",
"lint:fix": "eslint ./src --ext .ts --fix"
"lint:fix": "eslint ./src --ext .ts --fix",
"prepublish": "npm run build"
},
"bugs": {
"url": "https://github.com/yss14/postgres-schema-builder/issues"
Expand Down Expand Up @@ -58,4 +59,4 @@
"typescript": "^3.7.2",
"uuid": "^3.3.3"
}
}
}

0 comments on commit bae80eb

Please sign in to comment.