Skip to content

Commit

Permalink
fix: only include dist in package contents
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskuettner committed May 4, 2023
1 parent baf83b9 commit 8cb9541
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"source": "src/index.ts",
"host": "^9.26.0"
},
"scripts": {
"files": [
"dist"
],
"scripts": {
"build": "directus-extension build",
"dev": "directus-extension build -w --no-minify",
"link": "directus-extension link",
Expand Down

0 comments on commit 8cb9541

Please sign in to comment.