Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use pkgroll #10

Merged
merged 4 commits into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build: use pkgroll
  • Loading branch information
privatenumber committed Feb 23, 2022
commit da5ac24e4a2bc304341316c74091b585f7a52a39
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"scripts": {
"build": "tsup src/index.ts --clean --format cjs,esm --dts --minify",
"build": "pkgroll",
"lint": "eslint .",
"test": "jest",
"test:dts": "tsd"
Expand All @@ -57,8 +57,8 @@
"husky": "^4.3.8",
"jest": "^27.4.5",
"lint-staged": "^12.1.2",
"pkgroll": "github:privatenumber/pkgroll#built/develop",
"tsd": "^0.19.1",
"tsup": "^5.11.6",
"typescript": "^4.5.4"
},
"eslintConfig": {
Expand Down
Loading