Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ErcouldnT committed Jan 15, 2024
1 parent 27afb6c commit b929560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"main": "index.ts",
"license": "MIT",
"scripts": {
"dev": "yarn tsx watch src/**/*",
"start": "yarn tsx src/index.ts",
"dev": "yarn tsx watch src",
"start": "yarn tsx src",
"build": "yarn tsc",
"preview": "yarn build && node dist/index.js",
"preview": "yarn build && node dist/src",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
Expand Down

0 comments on commit b929560

Please sign in to comment.