mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated publish config for admin-x settings
refs https://github.com/TryGhost/Team/issues/3151
This commit is contained in:
parent
7b42aedf74
commit
cfd704d0e1
2 changed files with 6 additions and 0 deletions
2
ghost/admin-x-settings/.yarnrc
Normal file
2
ghost/admin-x-settings/.yarnrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
version-tag-prefix "@tryghost/admin-x-settings@"
|
||||
version-git-message "Released Admin-x-settings v%s"
|
|
@ -18,6 +18,10 @@
|
|||
"require": "./dist/admin-x-settings.umd.cjs"
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
|
|
Loading…
Add table
Reference in a new issue