Skip to content

Commit

Permalink
chore: move pack and upload windows scripts to pack-upload workflow a…
Browse files Browse the repository at this point in the history
…nd add root
  • Loading branch information
k80bowman committed Jan 10, 2024
1 parent 5437b01 commit 03dd4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ jobs:
- name: yarn install
run: yarn --immutable --network-timeout 1000000
- name: pack windows installer
run: yarn pack:win
run: oclif pack win --defender-exclusion hidden --root="./packages/cli"
- name: upload windows installer
run: yarn upload:win
run: oclif upload win --root="./packages/cli"
2 changes: 0 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib",
"pack:win": "oclif pack:win --defender-exclusion hidden",
"postpublish": "rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn run build && oclif manifest",
Expand All @@ -341,7 +340,6 @@
"test:integration": "yarn pretest && mocha --forbid-only \"test/**/*.integration.test.ts\"",
"test:smoke": "yarn pretest && mocha --forbid-only \"test/**/smoke.acceptance.test.ts\"",
"test": "yarn pretest && nyc mocha --forbid-only \"test/**/*.unit.test.ts\" && yarn posttest",
"upload:win": "oclif upload:win",
"version": "oclif readme --multi && git add README.md ../../docs"
},
"types": "lib/index.d.ts"
Expand Down

0 comments on commit 03dd4fc

Please sign in to comment.