Skip to content

Commit

Permalink
fix(build): correct tsup command
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed May 5, 2021
1 parent 5c48674 commit c650bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/anymaniax/napy"
},
"scripts": {
"build": "tsup-node ./src/bin/napy.ts --minify --clean --out-dir dist/bin",
"build": "tsup ./src/bin/napy.ts --minify --clean --out-dir dist/bin",
"dev": "tsup-node ./src/bin/napy.ts --clean --watch src --out-dir dist/bin",
"lint": "eslint src/**/*.ts",
"format": "prettier --write 'src/**/*.{js,ts}'",
Expand Down

0 comments on commit c650bed

Please sign in to comment.