Skip to content

Commit c233ca8

Browse files
author
Renato Ribeiro
committed
bump 0.6.0
1 parent c626d02 commit c233ca8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"packageManager": "yarn@1.22.19",
32
"name": "@rena.to/github-blog",
4-
"version": "0.5.0",
3+
"version": "0.6.0",
54
"description": "Turn your github issues in CMS for your blog",
65
"main": "dist/index.js",
76
"repository": "https://github.com/renatorib/github-blog",
@@ -13,7 +12,7 @@
1312
"dev": "yarn codegen --watch",
1413
"build": "rm -rf ./dist && yarn tsc --project tsconfig.build.json",
1514
"test": "yarn codegen && yarn jest",
16-
"prepublishOnly": "yarn test",
15+
"prepublishOnly": "yarn test && yarn build",
1716
"debug": "node -r dotenv-flow/config src/tmp/debug.js",
1817
"docs": "typedoc src --readme none --githubPages false",
1918
"prepare": "simple-git-hooks"
@@ -62,5 +61,6 @@
6261
"typedoc": "^0.22.4",
6362
"typedoc-plugin-markdown": "^3.11.2",
6463
"typescript": "^5.1.3"
65-
}
64+
},
65+
"packageManager": "yarn@1.22.19"
6666
}

0 commit comments

Comments
 (0)