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 da84b70 commit 83dcbc1Copy full SHA for 83dcbc1
package.json
@@ -48,7 +48,7 @@
48
"watch": "npm run tsc -- -w",
49
"doc": "node tools/builddoc.mjs",
50
"pnpm.setup": "npm run setup && pnpm --filter @nativescript/template-* install",
51
- "commit_readme_doc_changes": "git add docs/** *.md && git commit -m \"readme/doc\""
+ "commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
52
},
53
"commitlint": {
54
"extends": [
tools
0 commit comments