We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad88cb6 commit 0816251Copy full SHA for 0816251
1 file changed
publish/pack.sh
@@ -27,7 +27,7 @@ pack() {
27
28
# compile package and copy files required by npm
29
echo 'Building /src...'
30
- cd "$SOURCE_DIR"
+ cd "$TO_SOURCE_DIR"
31
node_modules/.bin/tsc
32
cd ..
33
@@ -40,8 +40,8 @@ pack() {
40
npm pack ../"$TO_SOURCE_DIR"
41
42
# delete source directory used to create the package
43
- cd ..
44
- node_modules/.bin/rimraf "$TO_SOURCE_DIR"
+ # cd ..
+ # node_modules/.bin/rimraf "$TO_SOURCE_DIR"
45
}
46
47
install && pack
0 commit comments