Skip to content

Commit

Permalink
Spawn one container before test.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Jun 22, 2024
1 parent bba63c3 commit f80aea6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"php-wasm-xml": "^0.0.0-i",
"php-wasm-yaml": "^0.0.9-i",
"php-wasm-zlib": "^0.0.9-f",
"vrzno": "^0.0.9-f"
"vrzno": "^0.0.9-g"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/vrzno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "vrzno for phpwasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-f",
"version": "0.0.9-g",
"files": [
"README.md",
"static.mak"
Expand Down
2 changes: 1 addition & 1 deletion packages/vrzno/static.mak
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifdef VRZNO_DEV_PATH

DEPENDENCIES+= ${VRZNO_DEV_PATH}/lib.js

${VRZNO_DEV_PATH}/lib.js: $(wildcard ${VRZNO_DEV_PATH}/js/*.js)
${VRZNO_DEV_PATH}/lib.js: $(wildcard ${VRZNO_DEV_PATH}/js/*.js) third_party/vrzno/vrzno.c
cat ${VRZNO_DEV_PATH}/js/WeakerMap.js \
${VRZNO_DEV_PATH}/js/PolyFill.js \
${VRZNO_DEV_PATH}/js/UniqueIndex.js \
Expand Down

0 comments on commit f80aea6

Please sign in to comment.