eas-cli 20.3.0 → 20.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eas-cli",
3
- "version": "20.3.0",
3
+ "version": "20.4.0",
4
4
  "description": "EAS command line tool",
5
5
  "keywords": [
6
6
  "cli",
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "scripts": {
29
29
  "postpack": "rimraf oclif.manifest.json",
30
- "prepack": "yarn rebuild && node ./scripts/prepack.js",
30
+ "prepack": "yarn sync-agent-templates && yarn rebuild && node ./scripts/prepack.js",
31
31
  "rebuild": "rimraf build \"*.tsbuildinfo\" && yarn build",
32
32
  "build": "yarn typecheck-for-build && yarn copy-new-templates",
33
33
  "build-allow-unused": "tsc --project tsconfig.allowUnused.json",
@@ -36,6 +36,7 @@
36
36
  "typecheck": "tsc",
37
37
  "typecheck-for-build": "tsc --project tsconfig.build.json",
38
38
  "test": "jest",
39
+ "sync-agent-templates": "node scripts/sync-agent-templates.js",
39
40
  "version": "yarn run -T oclif readme && node scripts/patch-readme && git add README.md",
40
41
  "generate-graphql-code": "graphql-codegen --config graphql-codegen.ts",
41
42
  "verify-graphql-code": "./scripts/verify-graphql.sh",
@@ -255,5 +256,5 @@
255
256
  "engines": {
256
257
  "node": ">=20.0.0"
257
258
  },
258
- "gitHead": "490457976c996d06447e6442fbd1aec1ace09f1b"
259
+ "gitHead": "f867b7b9f2641fe1db6924711cb705e663d40397"
259
260
  }