Skip to content

Commit f914507

Browse files
sqlProvidersqlProvider
authored andcommitted
[Bash] added publish script
1 parent cc78666 commit f914507

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

publish.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
# Build project
4+
npm run build
5+
6+
DESTDIR=./dist
7+
cd DESTDIR
8+
9+
echo "====== PUBLISHING: angular2-pubusb ====="
10+
11+
npm publish angular2-pubsub --access public
12+
echo "====== PUBLISHED: angular2-pubusb ====="

0 commit comments

Comments
 (0)