Skip to content

Commit 0816251

Browse files
committed
rollback
1 parent ad88cb6 commit 0816251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

publish/pack.sh

Lines changed: 3 additions & 3 deletions
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 "$SOURCE_DIR"
30+
cd "$TO_SOURCE_DIR"
3131
node_modules/.bin/tsc
3232
cd ..
3333

@@ -40,8 +40,8 @@ pack() {
4040
npm pack ../"$TO_SOURCE_DIR"
4141

4242
# delete source directory used to create the package
43-
cd ..
44-
node_modules/.bin/rimraf "$TO_SOURCE_DIR"
43+
# cd ..
44+
# node_modules/.bin/rimraf "$TO_SOURCE_DIR"
4545
}
4646

4747
install && pack

0 commit comments

Comments
 (0)