Skip to content

Commit

Permalink
ci: remove linking, rely on path instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jul 2, 2024
1 parent 04b73f4 commit 9e61757
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"test:wavm": "wavm run ./build/test.wasm",
"test:lunatic": "lunatic ./build/test.wasm",
"test:wasm3": "wasm3 ./build/test.wasm",
"prettier": "as-prettier -w .",
"preinstall": "bun link json-as"
"prettier": "as-prettier -w ."
},
"devDependencies": {
"@assemblyscript/wasi-shim": "^0.1.0",
Expand All @@ -36,7 +35,7 @@
"assemblyscript": "^0.27.28",
"assemblyscript-prettier": "^3.0.1",
"benchmark": "^2.1.4",
"json-as": "link:json-as",
"json-as": "./",
"microtime": "^3.1.1",
"prettier": "^3.3.2",
"tinybench": "^2.8.0",
Expand Down

0 comments on commit 9e61757

Please sign in to comment.