Skip to content

Commit

Permalink
chore: update example command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 17, 2024
1 parent 021824d commit e271b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:examples": "pnpm -r test --filter !nuxt-app-cucumber && pnpm -r test --filter nuxt-app-cucumber",
"test:examples": "pnpm -r test --filter !example-app-cucumber && pnpm -r test --filter example-app-cucumber",
"test:types": "vue-tsc --noEmit",
"test:unit": "vitest test/unit --run",
"prepack": "unbuild",
Expand Down

0 comments on commit e271b63

Please sign in to comment.