Skip to content

Commit 1acfcca

Browse files
AndrewBastinnivedin
authored andcommitted
fix: correct broken package + bump to 3.0.6
1 parent 2cbee85 commit 1acfcca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/hopp-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
registry-url: "https://registry.npmjs.org"
2121

2222
- run: npm install
23+
- run: npm run build
2324

2425
- name: Publish package
2526
run: npm publish --access public

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.5",
2+
"version": "3.0.6",
33
"name": "@hoppscotch/httpsnippet",
44
"description": "HTTP Request snippet generator for *most* languages",
55
"author": "Hoppscotch Team <[email protected]>",

0 commit comments

Comments
 (0)