Skip to content

Commit fe489e1

Browse files
Add provenance config (#1915)
* add provenance config * fix gh actions * fix gh actions release * change npm token * revert token * fix gh actions * revert gh action
1 parent e63b483 commit fe489e1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/cli/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@
7272
"vitest": "^2.1.8"
7373
},
7474
"publishConfig": {
75-
"access": "public"
75+
"access": "public",
76+
"provenance": true
77+
},
78+
"repository": {
79+
"type": "git",
80+
"url": "https://github.com/graphprotocol/graph-tooling.git",
81+
"directory": "packages/cli"
7682
},
7783
"oclif": {
7884
"bin": "graph",

packages/ts/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
"lint": "prettier -c **/*.{js,mjs,ts}",
1212
"test": "node test/test.mjs"
1313
},
14+
"publishConfig": {
15+
"access": "public",
16+
"provenance": true
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/graphprotocol/graph-tooling.git",
21+
"directory": "packages/ts"
22+
},
1423
"dependencies": {
1524
"assemblyscript": "0.27.31"
1625
}

0 commit comments

Comments
 (0)