We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5a09a commit b876453Copy full SHA for b876453
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@openstaticfish/actionflow",
3
- "version": "0.1.4",
+ "version": "0.1.3",
4
"description": "A terminal UI tool for managing and installing GitHub Actions workflow templates",
5
"license": "MIT",
6
"author": "OpenStaticFish <contact@openstaticfish.com>",
@@ -43,7 +43,7 @@
43
"engines": {
44
"bun": ">=1.0.0"
45
},
46
- "scripts": {
+"scripts": {
47
"postinstall": "bun run build:prod",
48
"start": "bun run src/tui/index.tsx",
49
"build": "bun build src/tui/index.tsx --outdir=dist --target=bun",
0 commit comments