We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20b436 commit 5723a68Copy full SHA for 5723a68
1 file changed
package.json
@@ -48,6 +48,7 @@
48
"docker:up": "docker compose -f docker-compose-wsl2.yml down && docker compose -f docker-compose-wsl2.yml up --build --scale chrome=4",
49
"eslint": "npm run precommit",
50
"lint-staged": "lint-staged",
51
+ "prebuild": "cd node_modules && cd abort-controller-es5 && npm run postinstall",
52
"precommit": "npm run precommit --if-present --workspaces",
53
"precommit:biome": "npm run biome -- --no-errors-on-unmatched",
54
"precommit:eslint:api": "cd packages && cd api && npm run precommit:eslint",
0 commit comments