Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit ea0241c

Browse files
mydiemhotbarlow12
authored andcommitted
fix script calling method (#268)
1 parent 571b40f commit ea0241c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -eo pipefail
33

4-
$(pwd)/scripts/build.sh
4+
./$(pwd)/scripts/build.sh
55

66
# NOTE: auth is taken care of via NPM_TOKEN env variable
77
if [ -z "$1" ]; then

0 commit comments

Comments
 (0)