diff options
author | 2021-04-10 21:59:59 -0700 | |
---|---|---|
committer | 2021-04-10 21:59:59 -0700 | |
commit | 1355d570f5c9e85033fa0c8728a41d31c8bd9e60 (patch) | |
tree | 5903aa7e8eaa7648d3368eb1a41c24bc6a7707e0 | |
parent | c923f1793d79689ceb2d438a7cd59ef953c64595 (diff) | |
download | astro-1355d570f5c9e85033fa0c8728a41d31c8bd9e60.tar.gz astro-1355d570f5c9e85033fa0c8728a41d31c8bd9e60.tar.zst astro-1355d570f5c9e85033fa0c8728a41d31c8bd9e60.zip |
add astro bin to files array
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 49d0619e1..954586b0a 100644 --- a/package.json +++ b/package.json @@ -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", |