chore: move meta dir

This commit is contained in:
2024-05-17 10:05:29 +06:00
parent b02c57ce7b
commit 8befe6d530
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