We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac1e59 commit 006689bCopy full SHA for 006689b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lup-system",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "NodeJS library to retrieve system information and utilization.",
5
"files": [
6
"lib/**/*"
@@ -12,7 +12,7 @@
12
"build": "tsc",
13
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
14
"lint": "tslint -p tsconfig.json",
15
- "prepublishOnly": "npm test && npm run lint",
+ "prepublishOnly": "npm test && npm run lint && npm run build",
16
"preversion": "npm run lint",
17
"version": "npm run format && git add -A src",
18
"postversion": "git push && git push --tags"
0 commit comments