TiddlyWiki5/bin/npm-publish.sh

8 lines
69 B
Bash
Raw Normal View History

#!/bin/bash
# publish to npm
./bin/clean.sh
npm publish || exit 1