Skip to content

Commit

Permalink
Merge pull request #46 from scramjetorg/fix/release-assets
Browse files Browse the repository at this point in the history
Fix/faulty release assets
  • Loading branch information
a-tylenda authored Jan 31, 2024
2 parents a482a1b + 1a0948a commit 7135a45
Show file tree
Hide file tree
Showing 90 changed files with 46 additions and 766 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/refapps-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
- name: Build reference apps
run: yarn build:refapps

- name: Prefix python packages to prevent name clash
run: |
cd python;
for pkg in *.tar.gz; do
mv $pkg python-$pkg;
done
- name: Create a release and upload artifacts
run: >
gh release create ${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions js/args-config-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand All @@ -19,4 +19,4 @@
"type": "git",
"url": "https://github.com/scramjetorg/transform-hub.git"
}
}
}
4 changes: 2 additions & 2 deletions js/args-to-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand All @@ -19,4 +19,4 @@
"type": "git",
"url": "https://github.com/scramjetorg/transform-hub.git"
}
}
}
4 changes: 2 additions & 2 deletions js/audio2text-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand All @@ -22,4 +22,4 @@
"devDependencies": {
"@scramjet/types": "0.33.5"
}
}
}
2 changes: 1 addition & 1 deletion js/bad-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description":"Sequence that suppose to crash and return error.",
"main": "app.js",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand Down
4 changes: 2 additions & 2 deletions js/clickup-add-issues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand All @@ -22,4 +22,4 @@
"type": "git",
"url": "https://github.com/scramjetorg/transform-hub.git"
}
}
}
2 changes: 1 addition & 1 deletion js/debug-args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand Down
2 changes: 1 addition & 1 deletion js/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand Down
2 changes: 1 addition & 1 deletion js/exception-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand Down
2 changes: 1 addition & 1 deletion js/forever/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand Down
11 changes: 5 additions & 6 deletions js/generate-data-topic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"description": "Sending 128bytes of data to topic for given duration of time ",
"main": "index.js",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@types/node": "15.12.5"
Expand All @@ -21,7 +20,7 @@
"type": "git",
"url": "https://github.com/scramjetorg/transform-hub.git"
},
"engine" :{
"node": ">=14.0.0"
"engine": {
"node": ">=14.0.0"
}
}
}
4 changes: 2 additions & 2 deletions js/git-read-issues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Sequence that reads github issues and store them in a topic prepared to use in clickup-add-issues",
"main": "index.js",
"scripts": {
"build:refapps": "tsc -p tsconfig.json",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
Expand All @@ -30,4 +30,4 @@
"type": "git",
"url": "https://github.com/scramjetorg/transform-hub.git"
}
}
}
Loading

0 comments on commit 7135a45

Please sign in to comment.