chore: move meta dir
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
bdeshi 2024-05-17 10:05:29 +06:00
parent b02c57ce7b
commit 8befe6d530
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0
18 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
image: node:18 image: node:18
when: when:
- path: - path:
exclude: ['meta/**'] exclude: ['_meta/**']
commands: commands:
- yarn install - yarn install
- yarn build - yarn build