Skip to content

Commit

Permalink
Fix run script
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinTyukalov committed May 16, 2023
1 parent 2e1bb0d commit 1337b71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion node/docs/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

function failed()
{
local error=${1:-Undefined error}
Expand All @@ -6,4 +8,4 @@ function failed()
}

../node_modules/.bin/tsc || failed 'Compilation failed.'
../_download/archive/*/*/bin/node gendocs.js
node gendocs.js

0 comments on commit 1337b71

Please sign in to comment.