Skip to content

Commit 8020171

Browse files
committed
chore: include hidden files (npmrc)
1 parent 7d5cf45 commit 8020171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
mkdir -p $out/js/dist
9494
mv main.wasm $out/js/dist
9595
cp $src/wasm/* $out/js -r
96+
cp $src/wasm/.* $out/js -r
9697
9798
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" $out/
9899
'';

0 commit comments

Comments
 (0)