Skip to content

Commit 99df4ce

Browse files
committed
chore: apply Rocket patch only locally
1 parent 8c28d2e commit 99df4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"build": "tsc",
3737
"copy": "cp docs/assets/* _site/assets",
3838
"dev": "npm run watch & npm run serve",
39-
"dist": "npm run fixtures && npm run analyze && rocket build && npm run copy",
39+
"dist": "npm run fixtures && npm run analyze && patch-package && rocket build && npm run copy",
4040
"fixtures": "cem analyze --litelement --outdir docs/assets --globs 'src/fixtures/*.ts'",
4141
"lint:css": "stylelint src/**/*.ts",
4242
"lint:eslint": "eslint src --ext .ts",
4343
"lint:lit": "lit-analyzer src --strict",
4444
"lint": "npm-run-all --parallel lint:*",
45-
"prepare": "patch-package",
45+
"prestart": "patch-package",
4646
"prepublishOnly": "run-s build analyze",
4747
"serve": "web-dev-server --node-resolve",
4848
"size": "size-limit",

0 commit comments

Comments
 (0)