mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 14:01:24 +00:00
fix: build extension action
This commit is contained in:
parent
efc3815edf
commit
bdf7f327d2
2
.github/workflows/extension-test.yml
vendored
2
.github/workflows/extension-test.yml
vendored
@ -42,6 +42,8 @@ jobs:
|
|||||||
node-version: "18"
|
node-version: "18"
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
cache-dependency-path: "frontend/extension/pnpm-lock.yaml"
|
cache-dependency-path: "frontend/extension/pnpm-lock.yaml"
|
||||||
|
- run: pnpm install
|
||||||
|
working-directory: frontend/types
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
working-directory: frontend/extension
|
working-directory: frontend/extension
|
||||||
- name: Run extension build
|
- name: Run extension build
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@ tmp
|
|||||||
build
|
build
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
5
frontend/types/package.json
Normal file
5
frontend/types/package.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"@bufbuild/protobuf": "^1.3.0"
|
||||||
|
}
|
||||||
|
}
|
16
frontend/types/pnpm-lock.yaml
generated
Normal file
16
frontend/types/pnpm-lock.yaml
generated
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
lockfileVersion: '6.1'
|
||||||
|
|
||||||
|
settings:
|
||||||
|
autoInstallPeers: true
|
||||||
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
'@bufbuild/protobuf':
|
||||||
|
specifier: ^1.3.0
|
||||||
|
version: 1.3.0
|
||||||
|
|
||||||
|
packages:
|
||||||
|
|
||||||
|
/@bufbuild/protobuf@1.3.0:
|
||||||
|
resolution: {integrity: sha512-G372ods0pLt46yxVRsnP/e2btVPuuzArcMPFpIDeIwiGPuuglEs9y75iG0HMvZgncsj5TvbYRWqbVyOe3PLCWQ==}
|
||||||
|
dev: false
|
Loading…
x
Reference in New Issue
Block a user