Skip to content

Commit

Permalink
chore: update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed May 28, 2024
1 parent 57f111f commit 0df7b86
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,17 @@
"types/"
],
"scripts": {
"build": "xs build",
"build": "tsc",
"clean": "xs clean",
"docs": "xs docs",
"lint": "xs lint",
"lint:fix": "xs lint --fix",
"prepare": "husky install",
"release": "xs release",
"start": "xs serve",
"prerelease": "npm run test:lint && npm run build",
"release": "xs bump,publish,git-push",
"test": "vitest run",
"test:lint": "xs lint",
"test:watch": "vitest",
"types": "xs types",
"watch": "xs watch"
"test:watch": "vitest"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 0df7b86

Please sign in to comment.