Skip to content

Commit 86162ba

Browse files
use existing build command
1 parent 722019f commit 86162ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ validate-links() {
66
echo "validate-links: RUN"
77
# If the support/dist directory does not exist, build it
88
if [ ! -d "support/dist" ]; then
9-
./node_modules/.bin/tsc -p support/tsconfig.json
9+
echo "Building project before running linting scripts"
10+
npm run build
1011
fi
1112

1213
if npm exec -- node support/dist/validateLinks.js ; then

0 commit comments

Comments
 (0)