mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-06 22:26:45 +00:00
chore(ga): add pnpm version
This commit is contained in:
parent
03ba10a686
commit
161ce325c9
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
|
||||
- name: pnpm
|
||||
uses: pnpm/action-setup@v3.0.0
|
||||
with:
|
||||
version: 9.1.3
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
|
@ -4,7 +4,15 @@ module.exports = {
|
||||
'scope-enum': [
|
||||
2,
|
||||
'always',
|
||||
['root', 'dashboard', 'lander', 'superadmin', 'pockethost', 'common'],
|
||||
[
|
||||
'root',
|
||||
'dashboard',
|
||||
'lander',
|
||||
'superadmin',
|
||||
'pockethost',
|
||||
'common',
|
||||
'ga',
|
||||
],
|
||||
],
|
||||
'scope-empty': [2, 'never'],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user