We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c9521 commit 514181fCopy full SHA for 514181f
.github/workflows/typescript.yml
@@ -10,6 +10,12 @@ jobs:
10
uses: actions/[email protected]
11
with:
12
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
19
- name: NPM Install (Binary Package)
20
run: npm install
21
working-directory: ./Package
Package/gulpfile.js
@@ -54,7 +54,7 @@ const clean = async () => {
54
}
55
56
if (shelljs.test('-d', 'Assembled-Windows')) {
57
- shelljs.rm('-r', 'Assembled');
+ shelljs.rm('-r', 'Assembled-Windows');
58
59
};
60
0 commit comments