File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments