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 a232f8a commit 8616856Copy full SHA for 8616856
.github/workflows/hopp-publish.yml
@@ -20,6 +20,7 @@ jobs:
20
registry-url: "https://registry.npmjs.org"
21
22
- run: npm install
23
+ - run: npm run build
24
25
- name: Publish package
26
run: npm publish --access public
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "3.0.5",
+ "version": "3.0.6",
3
"name": "@hoppscotch/httpsnippet",
4
"description": "HTTP Request snippet generator for *most* languages",
5
"author": "Hoppscotch Team <support@hoppscotch.io>",
0 commit comments