We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc9b01 commit fae04dfCopy full SHA for fae04df
package.json
@@ -2,7 +2,8 @@
2
"name": "action-deploy-docs",
3
"version": "1.0.0",
4
"description": "github action for the svelte org to deploy documentation to the svelte api",
5
- "main": "dist/main.js",
+ "main": "dist/cli.js",
6
+ "bin": "dist/cli.js",
7
"scripts": {
8
"test": "uvu -r ts-node/register src test.ts$",
9
"build": "rollup -c",
0 commit comments