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 d77ff1a commit 5efa2afCopy full SHA for 5efa2af
scripts/checkdirty.sh
@@ -11,5 +11,5 @@ if [[ $(git diff --stat HEAD) != '' ]]; then
11
echo 'Error: git diff is dirty ... did you forget to run "npm run snippets" after adding snippets?'
12
exit 1
13
else
14
- echo 'Succes: git diff is clean'
+ echo 'Success: git diff is clean'
15
fi
scripts/package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"description": "Internal repo scripts",
5
"scripts": {
6
+ "compile": "cp ../tsconfig.json.template ./tsconfig.json && tsc"
7
},
8
"author": "[email protected]",
9
"license": "Apache-2.0"
0 commit comments