mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-12 18:30:27 +00:00
We have to force the installation of TiddlyWiki
(This is so that we have the latest released version of TW5 for building the non-prerelease version)
This commit is contained in:
parent
6b4294923f
commit
ddf22ec2a4
@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
- "node"
|
- "node"
|
||||||
install:
|
install:
|
||||||
- npm install tiddlywiki
|
- npm --force install tiddlywiki
|
||||||
script:
|
script:
|
||||||
- ./bin/build-release.sh
|
- ./bin/build-release.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user