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 fb3d3ea commit ff3f5e3Copy full SHA for ff3f5e3
1 file changed
deno.json
@@ -5,6 +5,10 @@
5
"license": "MIT",
6
"tasks": {
7
"build": "deno run -A dnt.ts",
8
+ "deploy": {
9
+ "command": "cd dist/ && npm publish",
10
+ "dependencies": ["build"]
11
+ },
12
"dev": "deno run --allow-all src/index.ts",
13
"check": "deno check src/index.ts",
14
"lint": "deno lint",
0 commit comments