Skip to content

Commit ad88cb6

Browse files
committed
chore: fix build script
1 parent c785326 commit ad88cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pack() {
2727

2828
# compile package and copy files required by npm
2929
echo 'Building /src...'
30-
cd "$TO_SOURCE_DIR"
30+
cd "$SOURCE_DIR"
3131
node_modules/.bin/tsc
3232
cd ..
3333

0 commit comments

Comments
 (0)