Skip to content

Commit

Permalink
fix: test script
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadso committed May 30, 2023
1 parent b141fe3 commit c488712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-logrocket",
"version": "2.0.5",
"version": "2.0.4",
"description": "LogRocket module for Nuxt.js",
"license": "MIT",
"contributors": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"test": "vitest run test",
"test": "yarn dev:prepare && vitest run test",
"lint": "eslint --ext .js,.ts,.vue .",
"lint:fix": "eslint --fix --ext .js,.ts,.vue .",
"release": "yarn lint && yarn test && yarn prepack && standard-version && git push --follow-tags && npm publish"
Expand Down

0 comments on commit c488712

Please sign in to comment.