Skip to content

Commit 514181f

Browse files
default RN version for tsc
1 parent 11c9521 commit 514181f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/typescript.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
uses: actions/[email protected]
1111
with:
1212
submodules: 'recursive'
13+
- name: NPM Install (Playground)
14+
run: npm install
15+
working-directory: ./Apps/Playground
16+
- name: Select React Native Version
17+
run: npm run select 0.64
18+
working-directory: ./Apps/Playground
1319
- name: NPM Install (Binary Package)
1420
run: npm install
1521
working-directory: ./Package

Package/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const clean = async () => {
5454
}
5555

5656
if (shelljs.test('-d', 'Assembled-Windows')) {
57-
shelljs.rm('-r', 'Assembled');
57+
shelljs.rm('-r', 'Assembled-Windows');
5858
}
5959
};
6060

0 commit comments

Comments
 (0)