Skip to content

Commit d2370ba

Browse files
committed
Added pack.sh
1 parent 968f50b commit d2370ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pack.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
echo "Packing npm package..."
4+
5+
rm -rf dist/
6+
rm -rf node_modules/
7+
rm -rf ./*.tgz
8+
rm -rf ./tools
9+
npm pack
10+
git checkout -- ./

0 commit comments

Comments
 (0)