Skip to content

Commit

Permalink
clean up npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasty-Kiwi committed Dec 31, 2024
1 parent 6ef5e5f commit ff0cb94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"description": "Convert Figma vectors to PewPew Live meshes with ease!",
"main": "code.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint --ext .ts,.tsx --ignore-pattern node_modules .",
"lint:fix": "eslint --ext .ts,.tsx --ignore-pattern node_modules --fix .",
"watch": "npm run build -- --watch",
"dev": "bun build ./index.ts --outdir ./out --watch"
},
"author": "",
Expand Down

0 comments on commit ff0cb94

Please sign in to comment.