Skip to content

Commit

Permalink
Add missing scripts in the new seqs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tylenda committed Jan 30, 2024
1 parent 0a83298 commit b46ebb2
Show file tree
Hide file tree
Showing 24 changed files with 81 additions and 113 deletions.
10 changes: 2 additions & 8 deletions js/audio2text-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"tsc": "./node_modules/typescript/bin/tsc",
"postinstall": "npm run tsc",
"build": "tsc -p tsconfig.json",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn prepack && yarn packseq",
"postbuild": "cp -r package.json dist/ && (cd dist && npm i --omit=dev) && cp src/utils/song.wav dist/utils && cp src/utils/config.json dist/utils ",
"pack": "si seq pack ./dist/",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist ./*.tar.gz"
"clean": "rm -rf ./dist"
},
"keywords": [],
"author": "Piotr",
Expand Down
5 changes: 2 additions & 3 deletions js/clickup-add-issues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn prepack && yarn packseq",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache"
"clean": "rm -rf ./dist"
},
"keywords": [],
"author": "Scramjet <open-source@scramjet.org>",
Expand Down
9 changes: 4 additions & 5 deletions js/debug-args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
9 changes: 4 additions & 5 deletions js/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
9 changes: 4 additions & 5 deletions js/exception-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
9 changes: 4 additions & 5 deletions js/forever/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
7 changes: 3 additions & 4 deletions js/generate-data-topic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "Sending 128bytes of data to topic for given duration of time ",
"main": "index.js",
"scripts": {
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq"
"clean": "rm -rf ./dist"
},
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
Expand Down
7 changes: 3 additions & 4 deletions js/git-read-issues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "Sequence that reads github issues and store them in a topic prepared to use in clickup-add-issues",
"main": "index.js",
"scripts": {
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache"
"clean": "rm -rf ./dist"
},
"keywords": [
"github",
Expand Down
8 changes: 3 additions & 5 deletions js/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
"node": ">=14"
},
"scripts": {
"build:refapps": "yarn build:refapps:only",
"build:refapps:only": "mkdir -p dist/ && cp index.js dist/",
"postbuild:refapps": "yarn prepack && yarn packseq",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache"
"clean": "rm -rf ./dist"
}
}
9 changes: 4 additions & 5 deletions js/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
8 changes: 3 additions & 5 deletions js/hostclient-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
"node": ">=14.0.0"
},
"scripts": {
"build:refapps": "yarn build:refapps:only",
"build:refapps:only": "mkdir -p dist/ && cp index.js dist/",
"postbuild:refapps": "yarn prepack && yarn packseq",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache"
"clean": "rm -rf ./dist"
}
}
8 changes: 3 additions & 5 deletions js/hostclient-start-seq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
"node": ">=14.0.0"
},
"scripts": {
"build:refapps": "yarn build:refapps:only",
"build:refapps:only": "mkdir -p dist/ && cp index.js dist/",
"postbuild:refapps": "yarn prepack && yarn packseq",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache"
"clean": "rm -rf ./dist"
}
}
7 changes: 3 additions & 4 deletions js/persistency-sequence-generate-topic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "sequence which generates persistance data to topic in a given time",
"main": "index.js",
"scripts": {
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn prepack && yarn packseq",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache"
"clean": "rm -rf ./dist"
},
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
Expand All @@ -19,4 +18,4 @@
"type": "git",
"url": "https://github.com/scramjetorg/transform-hub.git"
}
}
}
7 changes: 3 additions & 4 deletions js/self-starting-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "Sequence thats start itself all the time",
"main": "index.js",
"scripts": {
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn prepack && yarn packseq",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache"
"clean": "rm -rf ./dist"
},
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
Expand All @@ -24,4 +23,4 @@
"type": "git",
"url": "https://github.com/scramjetorg/transform-hub.git"
}
}
}
9 changes: 4 additions & 5 deletions js/simple-stdio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist .bic_cache"
"clean": "rm -rf ./dist"
},
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
Expand All @@ -20,4 +19,4 @@
"type": "git",
"url": "https://github.com/scramjetorg/transform-hub.git"
}
}
}
9 changes: 4 additions & 5 deletions js/stdinout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
9 changes: 4 additions & 5 deletions js/stop-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
9 changes: 4 additions & 5 deletions js/topic-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
9 changes: 4 additions & 5 deletions js/topic-producer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
9 changes: 4 additions & 5 deletions js/unhealthy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.22.0",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn prepack && yarn packseq",
"clean": "rm -rf ./dist .bic_cache",
"prepack": "PACKAGES_DIR=js node ../../scripts/publish.js",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js"
"build:refapps": "tsc -p tsconfig.json",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"engines": {
"node": ">=14"
Expand Down
7 changes: 3 additions & 4 deletions python/can-keep-alive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
},
"scripts": {
"build:refapps": "yarn build:refapps:only",
"build:refapps:only": "mkdir -p dist/__pypackages__/ && cp *.py dist/",
"postbuild:refapps": "yarn prepack && yarn packseq",
"build:refapps:only": "mkdir -p dist/__pypackages__/ && cp *.py dist/ && pip3 install -t dist/__pypackages__/ -r requirements.txt",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=python node ../../scripts/packsequence.js",
"prepack": "PACKAGES_DIR=python node ../../scripts/publish.js",
"clean": "rm -rf ./dist"
}
}
}
7 changes: 3 additions & 4 deletions python/forever-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
},
"scripts": {
"build:refapps": "yarn build:refapps:only",
"build:refapps:only": "mkdir -p dist/ && cp *.py dist/",
"postbuild:refapps": "yarn prepack && yarn packseq",
"build:refapps:only": "mkdir -p dist/__pypackages__/ && cp *.py dist/ && pip3 install -t dist/__pypackages__/ -r requirements.txt",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=python node ../../scripts/packsequence.js",
"prepack": "PACKAGES_DIR=python node ../../scripts/publish.js",
"clean": "rm -rf ./dist"
}
}
}
7 changes: 3 additions & 4 deletions python/topic-consumer-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
},
"scripts": {
"build:refapps": "yarn build:refapps:only",
"build:refapps:only": "mkdir -p dist/ && cp *.py dist/",
"postbuild:refapps": "yarn prepack && yarn packseq",
"build:refapps:only": "mkdir -p dist/__pypackages__/ && cp *.py dist/ && pip3 install -t dist/__pypackages__/ -r requirements.txt",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=python node ../../scripts/packsequence.js",
"prepack": "PACKAGES_DIR=python node ../../scripts/publish.js",
"clean": "rm -rf ./dist"
}
}
}
7 changes: 3 additions & 4 deletions python/topic-producer-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
},
"scripts": {
"build:refapps": "yarn build:refapps:only",
"build:refapps:only": "mkdir -p dist/ && cp *.py dist/",
"postbuild:refapps": "yarn prepack && yarn packseq",
"build:refapps:only": "mkdir -p dist/__pypackages__/ && cp *.py dist/ && pip3 install -t dist/__pypackages__/ -r requirements.txt",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=python node ../../scripts/packsequence.js",
"prepack": "PACKAGES_DIR=python node ../../scripts/publish.js",
"clean": "rm -rf ./dist"
}
}
}

0 comments on commit b46ebb2

Please sign in to comment.