We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae5658 commit add5c85Copy full SHA for add5c85
package.json
@@ -258,7 +258,7 @@
258
"fix-staged": "lint-staged --config .lintstagedrc.fix.json --concurrent 1",
259
"start": "tsc --watch --sourceMap --declarationMap",
260
"prepare": "husky install",
261
- "preversion": "yarn install",
+ "preversion": "yarn install && yarn build",
262
"test": "jest",
263
"types": "tsc --noEmit --skipLibCheck false",
264
"validate-translations": "node scripts/validate-translations.js",
@@ -267,8 +267,7 @@
267
"browse-examples": "ladle serve",
268
"e2e": "playwright test",
269
"e2e-fixtures": "node e2e/fixtures/fixtures.mjs",
270
- "e2e-container": "./e2e/scripts/run_in_container.sh",
271
- "prepack": "yarn build"
+ "e2e-container": "./e2e/scripts/run_in_container.sh"
272
},
273
"resolutions": {
274
"ast-types": "^0.14.0",
0 commit comments