Skip to content

Commit

Permalink
fix: tsc to tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasan Farrokh committed Jul 2, 2021
1 parent a325357 commit 86969cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-multi-device",
"version": "0.0.5",
"version": "0.1.2-next",
"description": "Vite plugin for build application for multiple devices",
"bin": {
"vmd": "bin/vmd.js"
Expand All @@ -17,8 +17,8 @@
},
"homepage": "https://github.com/SasanFarrokh/vite-plugin-multi-device/tree/master/#readme",
"scripts": {
"dev": "tsc --watch",
"build": "tsc --declaration",
"dev": "tsup src/index.ts --external fsevents,express,vite --watch",
"build": "tsup src/index.ts --external debug --external fsevents --dts",
"lint": "eslint --fix .",
"test": "jest",
"test:watch": "jest --watch",
Expand All @@ -34,6 +34,7 @@
"debug": "^4.3.1",
"eslint": "^7.17.0",
"jest": "^26.4.1",
"rollup": "^2.52.7",
"standard-version": "^9.1.0",
"tsup": "^3.6.1",
"typescript": "^4.1.3",
Expand Down
24 changes: 18 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86969cd

Please sign in to comment.