mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-01 23:47:35 +00:00
8 lines
69 B
Bash
Executable File
8 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# publish to npm
|
|
|
|
./bin/clean.sh
|
|
|
|
npm publish || exit 1
|