We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968f50b commit d2370baCopy full SHA for d2370ba
pack.sh
@@ -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