We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad6ecf commit e69253cCopy full SHA for e69253c
package.json
@@ -16,7 +16,7 @@
16
},
17
"scripts": {
18
"prepare": "husky install",
19
- "pre-commit": "yarn run format && git add -A .",
+ "pre-commit": "yarn run generateReadme && yarn run format && git add -A .",
20
"format": "prettier --write .",
21
"format:check": "prettier --check .",
22
"generateReadme": "node ./src/automation/scripts/generateReadme.js"
src/extension/package.json
@@ -2,7 +2,7 @@
2
"name": "react-nextjs-snippets",
3
"displayName": "React and Next.js Snippets",
4
"description": "This is an extension for React and Next.js Snippets with Typescript support as well!",
5
- "version": "1.5.0",
+ "version": "1.6.0",
6
"publisher": "AvneeshAgarwal",
7
"icon": "logo.png",
8
"repository": {
0 commit comments