Skip to content

Commit

Permalink
revert test command
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 25, 2024
1 parent 9cf4de0 commit 3018cb5
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 @@ -26,7 +26,7 @@
"prepack": "npm run build",
"prepare": "husky install",
"release": "np --no-yarn --any-branch",
"test": "cd tests && vite build --config vite-valid.config.ts"
"test": "exit 0"
},
"keywords": [
"vite-plugin",
Expand Down

0 comments on commit 3018cb5

Please sign in to comment.