TiddlyWiki5/bin/npm-publish.sh

7 lines
69 B
Bash
Executable file

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