Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhayes committed Aug 27, 2021
1 parent 0eb48eb commit 950a7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**"
"dist"
],
"scripts": {
"prepack": "npm run build",
"build": "rimraf -rf dist && tsc -p tsconfig.json",
"format": "prettier -c **/*.{md,ts,json,yml}",
"format:fix": "prettier --write **/*.{md,ts,json,yml}",
Expand Down

0 comments on commit 950a7aa

Please sign in to comment.