Skip to content

Commit

Permalink
Add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Dec 7, 2024
1 parent 7afe92e commit 3d08c16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "test/official"]
path = test/official
url = https://github.com/WebAssembly/testsuite.git
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"type": "module",
"scripts": {
"test": "node test"
"test": "node test",
"postinstall": "git submodule update --init --recursive"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions test/official
Submodule official added at c4adde

0 comments on commit 3d08c16

Please sign in to comment.