Skip to content

Commit d185f64

Browse files
Package version 2.0.0-experimental.32
1 parent 0883a6d commit d185f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22
set -e # fail on error
33
echo "Creating a new release"
4-
npm ci
4+
#npm ci
55
package_version=$(cat package.json | jq -r '.version')
66

77
# publish to npm
88
echo "publish to npm"
9-
npm publish --access public
9+
#npm publish --access public
1010

1111
# tag on github
1212
echo "create tag ${package_version}"

0 commit comments

Comments
 (0)