Skip to content

Commit

Permalink
Change publish settings to fix deployed files
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Mar 3, 2024
1 parent d295286 commit d6f19d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-singers-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"markdownlayer": patch
---

Change publish settings to fix deployed files
8 changes: 2 additions & 6 deletions packages/markdownlayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "markdownlayer",
"version": "0.1.3",
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.ts",
"exports": {
".": {
Expand Down Expand Up @@ -39,14 +38,12 @@
}
},
"files": [
"./dist/**/*.{js,cjs,mjs,ts,cts,mts,map}",
"./src",
"./package.json"
"dist",
"package.json"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublish": "copyfiles package.json dist",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"clean": "rimraf .turbo dist"
},
Expand Down Expand Up @@ -105,7 +102,6 @@
"node": ">=18"
},
"publishConfig": {
"directory": "dist",
"access": "public"
}
}
3 changes: 1 addition & 2 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 d6f19d6

Please sign in to comment.