Skip to content

Commit 3d90f2a

Browse files
committed
Remove .wasm dir
1 parent 5fac401 commit 3d90f2a

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ jobs:
256256
path: public
257257
- run: ls -lahR public
258258
- run: echo ${{ secrets.RAILS_MASTER_WASM_KEY }} > config/credentials/wasm.key
259+
- run: mkdir -p .wasm
259260
- name: Build rails wasm for web
260261
run: TARGET=${{ matrix.target }} bin/wasm/build
261262
- name: Pack rails wasm for web

.wasm/.keep

Whitespace-only changes.

bin/wasm/all

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -ex
44

55
bin/rails assets:clobber assets:precompile
6+
mkdir -p .wasm
67
TARGET=node bin/wasm/build
78
TARGET=web bin/wasm/build
89
TARGET=node bin/wasm/pack

0 commit comments

Comments
 (0)