Skip to content

Commit

Permalink
chore: add a test script that does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed May 2, 2022
1 parent 27cde54 commit e69ea3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"test": "echo \"No test specified\""
},
"devDependencies": {
"typescript": "^4.5.4",
Expand Down

0 comments on commit e69ea3d

Please sign in to comment.