Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit c43ea80

Browse files
Improved metadata update call (#407)
1 parent 5b80ca8 commit c43ea80

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ npm/
44
src/*
55
!src/core
66
src/index.ts
7-
tools/bin/
7+
tools/bin/
8+
artifacts/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"test": "jest",
6767
"test-watch": "jest --watch",
6868
"pack": "gulp npm.pack",
69-
"update-integration-meta": "dx-tools update-integration-meta"
69+
"update-integration-meta": "dx-tools update-integration-meta --output-path=./tools/integration-data.json"
7070
},
7171
"keywords": [
7272
"react",

0 commit comments

Comments
 (0)