File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 258258 "fix-staged" : " lint-staged --config .lintstagedrc.fix.json --concurrent 1" ,
259259 "start" : " tsc --watch --sourceMap --declarationMap" ,
260260 "prepare" : " husky install" ,
261- "preversion" : " yarn install" ,
261+ "preversion" : " yarn install && yarn build " ,
262262 "test" : " jest" ,
263263 "types" : " tsc --noEmit --skipLibCheck false" ,
264264 "validate-translations" : " node scripts/validate-translations.js" ,
267267 "browse-examples" : " ladle serve" ,
268268 "e2e" : " playwright test" ,
269269 "e2e-fixtures" : " node e2e/fixtures/fixtures.mjs" ,
270- "e2e-container" : " ./e2e/scripts/run_in_container.sh" ,
271- "prepack" : " yarn build"
270+ "e2e-container" : " ./e2e/scripts/run_in_container.sh"
272271 },
273272 "resolutions" : {
274273 "ast-types" : " ^0.14.0" ,
You can’t perform that action at this time.
0 commit comments