Skip to content

Commit 006689b

Browse files
committed
Bugfix not all parts published
1 parent cac1e59 commit 006689b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lup-system",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "NodeJS library to retrieve system information and utilization.",
55
"files": [
66
"lib/**/*"
@@ -12,7 +12,7 @@
1212
"build": "tsc",
1313
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
1414
"lint": "tslint -p tsconfig.json",
15-
"prepublishOnly": "npm test && npm run lint",
15+
"prepublishOnly": "npm test && npm run lint && npm run build",
1616
"preversion": "npm run lint",
1717
"version": "npm run format && git add -A src",
1818
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)