Skip to content

Commit ab6f147

Browse files
committed
fix(ci): adjust npm publish command and package metadata
1 parent 333805b commit ab6f147

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
run: bun run build
8686

8787
- name: Publish package
88-
run: npm publish --provenance --access public
88+
run: npm publish --access public

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Nuxt module and runtime client for FormForge",
55
"license": "MIT",
66
"type": "module",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/EvanSchleret/formforgeclient.git"
10+
},
711
"main": "./dist/module.cjs",
812
"module": "./dist/module.mjs",
913
"types": "./dist/module.d.ts",

0 commit comments

Comments
 (0)