Skip to content

Commit

Permalink
fix(astro): Move missing files on publint for astro (#4088)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Sep 3, 2024
1 parent 8a3b9f0 commit 3d23bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/slow-rockets-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"copy:components": "rm -rf ./components && mkdir -p ./components/ && cp -r ./src/astro-components/* ./components/ && cp ./src/types.ts ./",
"lint": "eslint src/",
"lint:attw": "attw --pack .",
"lint:publint": "publint",
"lint:publint": "npm run copy:components && publint",
"publish:local": "npx yalc push --replace --sig"
},
"files": [
Expand Down

0 comments on commit 3d23bdb

Please sign in to comment.