mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Prevent error when publishing under a namespace
This commit is contained in:
parent
ff7cac5784
commit
1932d951d1
1 changed files with 3 additions and 0 deletions
|
|
@ -59,5 +59,8 @@
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"@types/react": "^18.2.6"
|
"@types/react": "^18.2.6"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue