Skip to content

Commit 0cd162d

Browse files
committed
Update pack.sh
1 parent 8671ee6 commit 0cd162d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish/pack.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ echo 'Creating package...'
2828
cd "$CURRENT_DIR"
2929
mkdir "$PACK_DIR"
3030
cd "$PACK_DIR"
31-
npm pack ../"$TO_SOURCE_DIR"
31+
npm pack "$TO_SOURCE_DIR"
3232

3333
echo 'Cleaning...'
34+
cd "$CURRENT_DIR"
3435
node_modules/.bin/rimraf "$TO_SOURCE_DIR"

0 commit comments

Comments
 (0)