Skip to content

Commit 5d2de10

Browse files
feat: init project
1 parent a282532 commit 5d2de10

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
1616
- run: npm run build
17-
- run: cd dist
18-
- run: npm publish --access public
17+
- run: cd dist && npm publish --access public
1918
env:
2019
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hodfords/nestjs-cls-translation",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -12,15 +12,15 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/hodfords-community/nestjs-cls-translation"
15+
"url": "git+https://github.com/hodfords-solutions/nestjs-cls-translation"
1616
},
1717
"keywords": [],
1818
"author": "",
1919
"license": "ISC",
2020
"bugs": {
21-
"url": "https://github.com/hodfords-community/nestjs-cls-translation/issues"
21+
"url": "https://github.com/hodfords-solutions/nestjs-cls-translation/issues"
2222
},
23-
"homepage": "https://github.com/hodfords-community/nestjs-cls-translation#readme",
23+
"homepage": "https://github.com/hodfords-solutions/nestjs-cls-translation#readme",
2424
"dependencies": {
2525
"@hodfords/cls-hooked": "4.3.0",
2626
"nestjs-i18n": "^9.0.10"

0 commit comments

Comments
 (0)