Skip to content

Commit

Permalink
chore: add np for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Jan 16, 2022
1 parent 2eacb0b commit c951c15
Show file tree
Hide file tree
Showing 2 changed files with 1,652 additions and 7 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scripts": {
"build": "tsup index.ts --format cjs,esm --dts --clean --minify",
"prepublishOnly": "pnpm run build",
"push": "np",
"test": "jest"
},
"keywords": [
Expand All @@ -44,6 +45,7 @@
"devDependencies": {
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"np": "^7.6.0",
"ts-jest": "^27.1.3",
"tsup": "^5.11.11",
"typescript": "^4.5.4"
Expand Down
Loading

0 comments on commit c951c15

Please sign in to comment.