Skip to content

Commit 8f95045

Browse files
committed
Add import-data command to packaging workflow
1 parent 6a6c111 commit 8f95045

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.forceignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ expression-components/tw/input.css
2121
**/*.tsbuildinfo
2222
**/eslint.config.mjs
2323
docs/
24+
25+
**/graphql.config.yml

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ $RECYCLE.BIN/
5353
/out/
5454
target/
5555
**/tsconfig*.json
56-
**/*.tsbuildinfo
56+
**/*.tsbuildinfo
57+
58+
**/graphql.config.yml

0 commit comments

Comments
 (0)