Skip to content

Commit d29f94e

Browse files
committed
fix issue with build script
1 parent f6dbf75 commit d29f94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if ! [[ $REMOTE = *"https://github.com/Authenticator-Extension/Authenticator.git
4444
fi
4545

4646
echo "Compiling..."
47-
npm run compile 1> /dev/null
47+
./node_modules/typescript/bin/tsc -p .
4848
mkdir $PLATFORM
4949
if [[ $PLATFORM = "edge" ]]; then
5050
mkdir $PLATFORM/Extension

0 commit comments

Comments
 (0)