mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-25 14:00:45 -08:00
7 lines
69 B
Bash
Executable file
7 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# publish to npm
|
|
|
|
./bin/clean.sh
|
|
|
|
npm publish || exit 1
|