mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
add astro bin to files array
This commit is contained in:
parent
c923f1793d
commit
1355d570f5
1 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@
|
|||
"files": [
|
||||
"components",
|
||||
"lib",
|
||||
"astro-prism"
|
||||
"astro-prism",
|
||||
"astro.mjs"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
@ -24,7 +25,7 @@
|
|||
"format": "prettier -w '{src,test}/**/*.{js,ts}'",
|
||||
"test": "uvu test -i fixtures -i test-utils.js",
|
||||
"watch:extension": "cd vscode && npm run watch",
|
||||
"publish": "npm run build && npm publish --tag shhhhh"
|
||||
"publish-hidden": "npm run build && npm publish --tag shhhhh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/generator": "^7.13.9",
|
||||
|
|
Loading…
Reference in a new issue