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 383603d commit f1a1c78Copy full SHA for f1a1c78
1 file changed
package.json
@@ -17,7 +17,8 @@
17
"build": "node build.js --buildWrapperExtension",
18
"dev": "node dev.js",
19
"doc": "node doc.js",
20
- "validate": "node validate.js"
+ "validate": "node validate.js",
21
+ "version": "pnpm validate && pnpm doc && git add package.json README.md"
22
},
23
"repository": {
24
"type": "git",
0 commit comments