Skip to content

Commit 9e9e0c8

Browse files
committed
Ensuring the build files are ignores.
1 parent d3d2161 commit 9e9e0c8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/dev-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Emscripten
4646
uses: mymindstorm/setup-emsdk@v14
4747
with:
48-
version: "4.0.10"
48+
version: 4.0.10
4949
actions-cache-folder: "emsdk-cache"
5050

5151
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Emscripten
4848
uses: mymindstorm/setup-emsdk@v14
4949
with:
50-
version: "4.0.10"
50+
version: 4.0.10
5151
actions-cache-folder: "emsdk-cache"
5252

5353
- name: Create Release Pull Request or Publish to npm

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ dist
55
.idea
66
.fleet
77
node_modules
8-
*.tmp
8+
*.tmp
9+
emsdk-cache

0 commit comments

Comments
 (0)