Skip to content

Commit

Permalink
chore: remove useless flag
Browse files Browse the repository at this point in the history
  • Loading branch information
giraud florent committed Jul 30, 2023
1 parent f1d48f9 commit 998ee2f
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 @@ -24,7 +24,7 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run --silent=false",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
Expand Down

0 comments on commit 998ee2f

Please sign in to comment.