mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03: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
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…
Reference in New Issue
Block a user