Skip to content

Commit

Permalink
build(fast-typescript): Update scripts section
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed May 4, 2024
1 parent b1cdd61 commit bb894ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@
"exports": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"prebuild": "npm run clean",
"clean": "rimraf build",
"build": "tsc",
"watch": "npm run build -- --watch",
"build": "rimraf build && tsc",
"watch": "rimraf build && tsc --watch",
"check": "tsc --noEmit --skipLibCheck",
"changelog": "changelog"
"prepublishOnly": "rimraf build && tsc --removeComments --declaration false && tsc --emitDeclarationOnly"
},
"dependencies": {
"type-fest": "^0.13.1"
Expand Down

0 comments on commit bb894ed

Please sign in to comment.