Skip to content

Commit 69071de

Browse files
authored
Merge pull request #3 from OpenRCT2/intransient
Change to intransient plugin and allow opening from title sequence.
2 parents 08f7a62 + 09536f2 commit 69071de

5 files changed

Lines changed: 2904 additions & 40 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
- name: Setup node.js
99
uses: actions/setup-node@v2
1010
- name: Install modules
11-
run: npm install
11+
run: |
12+
mv node_modules/@types .
13+
npm install
14+
mv @types node_modules
1215
- name: Build
1316
run: npm run build
1417
- name: Minify

0 commit comments

Comments
 (0)