Compare commits
7 Commits
v1.3.3
...
d2f9eaa933
| Author | SHA1 | Date | |
|---|---|---|---|
| d2f9eaa933 | |||
| a600a60678 | |||
| a42063c1d9 | |||
| 7f6feda81d | |||
| 12b2dd6b51 | |||
| 84486e816a | |||
| 942cf7f092 |
@@ -64,6 +64,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure npm registry auth
|
- name: Configure npm registry auth
|
||||||
run: |
|
run: |
|
||||||
|
echo "registry=https://registry.npmjs.org" >> ~/.npmrc
|
||||||
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
||||||
cat >> ~/.bunfig.toml << EOF
|
cat >> ~/.bunfig.toml << EOF
|
||||||
[install.scopes]
|
[install.scopes]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@blas/openapi-clean-arch-generator",
|
"name": "@blas/openapi-clean-arch-generator",
|
||||||
"version": "1.3.2",
|
"version": "1.3.5",
|
||||||
"description": "Angular Clean Architecture generator from OpenAPI/Swagger",
|
"description": "Angular Clean Architecture generator from OpenAPI/Swagger",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Reference in New Issue
Block a user