Skip to content

Commit

Permalink
drop pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Apr 30, 2024
1 parent e719579 commit b8ad026
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 380 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,3 @@ jobs:
do
tar -cJf ${BINARY}.xz ${BINARY}
done
###################################################
#
# Release
#
###################################################

- name: (RELEASE) Delete Latest Release
run: gh release delete latest --cleanup-tag --yes || true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: (RELEASE) Delete Latest Tag (Local)
run: git tag --delete latest || true

- name: (RELEASE) Create Latest Release
run: gh release create latest --target ${GITHUB_SHA} --latest -t "Latest Release" -n "This is the latest release of this project" ./dist/*
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 0 additions & 7 deletions .pkgrc.json

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"license-checker": "^25.0.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"pkg": "^5.8.1",
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"source-map-support": "^0.5.21",
Expand All @@ -96,7 +95,6 @@
"scripts": {
"prepack": "yarn build",
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && sed -i \"s/__VERSION__/$(git rev-parse HEAD)/\" build/index.js",
"package": "pkg --config .pkgrc.json build/index.js",
"lint:check": "eslint .",
"lint:fix": "eslint . --fix",
"style:check": "prettier --check --end-of-line auto \"./**/*.{ts,json,yaml,yml}\"",
Expand Down
Loading

0 comments on commit b8ad026

Please sign in to comment.