Skip to content

Commit 5efa2af

Browse files
committed
add compile to scripts
1 parent d77ff1a commit 5efa2af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/checkdirty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ if [[ $(git diff --stat HEAD) != '' ]]; then
1111
echo 'Error: git diff is dirty ... did you forget to run "npm run snippets" after adding snippets?'
1212
exit 1
1313
else
14-
echo 'Succes: git diff is clean'
14+
echo 'Success: git diff is clean'
1515
fi

scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "Internal repo scripts",
55
"scripts": {
6+
"compile": "cp ../tsconfig.json.template ./tsconfig.json && tsc"
67
},
78
"author": "[email protected]",
89
"license": "Apache-2.0"

0 commit comments

Comments
 (0)