Skip to content

Commit

Permalink
chore: add npm script update-nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Sep 29, 2024
1 parent 4d9b24c commit a164dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"vrt:reg": "./scripts/vrt-reg.sh",
"lint": "nuxt typecheck",
"purge-cache": "esno ./scripts/purge-cache.ts",
"update-nuxt": "nuxi upgrade --force",
"postinstall": "node ./scripts/postinstall.mjs && nuxt prepare && npm list @playwright/test && playwright install || echo 'Playwright installation skipped.'"
},
"dependencies": {
Expand Down

0 comments on commit a164dae

Please sign in to comment.