Skip to content

Commit

Permalink
build(): ignore sample
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Apr 4, 2020
1 parent 20fe7eb commit 8c3699a
Show file tree
Hide file tree
Showing 3 changed files with 7,574 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# source
lib
tests
sample
index.ts
package-lock.json
yarn.lock
Expand Down
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

git push --follow-tags origin master
yarn build && npm publish --access public
yarn build
npm publish --access public
Loading

0 comments on commit 8c3699a

Please sign in to comment.