1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-26 19:47:20 +00:00

Update npm-publish.sh

This commit is contained in:
linonetwo 2024-10-30 14:57:57 +08:00
parent 3cc18498c5
commit 2eaadcd1c6

View File

@ -4,4 +4,8 @@
./bin/clean.sh ./bin/clean.sh
# Build typings
npm i typescript
npx tsc
npm publish || exit 1 npm publish || exit 1