0
Fork 0
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:
Fred K. Schott 2021-04-10 21:59:59 -07:00
parent c923f1793d
commit 1355d570f5

View file

@ -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",