Skip to content

Commit 7a77286

Browse files
committed
fix: fixed problem where js-ws failed to install as a dependency in other projects
1 parent 877a10e commit 7a77286

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
mkdir --parents "$(pwd)/tmp"
3434
export PATH="$(pwd)/dist/bin:$(npm root)/.bin:$PATH"
3535
npm install --ignore-scripts
36-
npx patch-package
3736
set +v
3837
'';
3938
};

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
4646
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
4747
"bench": "rimraf ./benches/results && tsx ./benches/index.ts",
48-
"postinstall": "patch-package"
48+
"pretest": "patch-package"
4949
},
5050
"dependencies": {
5151
"@matrixai/async-cancellable": "^2.0.0",

0 commit comments

Comments
 (0)