Skip to content

Commit dcd9d11

Browse files
committed
chore: ensure git hooks installed
1 parent 5de9636 commit dcd9d11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,14 @@
7373
"lint": "eslint ./src --ext .js || true",
7474
"test": "node --experimental-test-snapshots --require ./tools/test-setup.cjs --test --no-warnings src/**/*.test.js",
7575
"test:updateSnapshots": "node --experimental-test-snapshots --test-update-snapshots --require ./tools/test-setup.cjs --test --no-warnings src/**/*.test.js",
76-
"test:ci": "yarn test --coverage",
76+
"test:ci": "npm test --coverage",
7777
"start": "npm-run-all build:icons dev",
7878
"semantic-release": "semantic-release --ci --debug",
7979
"copy:lang": "node ./tools/copy-directory.mjs ./node_modules/formeo-i18n/dist/lang ./src/demo/assets/lang",
8080
"travis-deploy-once": "travis-deploy-once --pro",
81-
"prepush": "yarn test",
82-
"defaults": "webpack-defaults"
81+
"prepush": "npm test",
82+
"prepare": "lefthook install",
83+
"postmerge": "lefthook install"
8384
},
8485
"devDependencies": {
8586
"@biomejs/biome": "^1.9.3",

0 commit comments

Comments
 (0)