Skip to content

Commit 765e988

Browse files
committed
chore(package.json): reorder scripts to improve readability and maintainability
1 parent ea9411f commit 765e988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"start": "node ./out/cli.cjs",
4242
"dev": "ts-node ./src/cli.ts",
4343
"build": "rimraf out && node esbuild.config.js",
44-
"deploy": "npm run build:push && npm version patch && git push --tags && git push && npm publish --tag latest",
4544
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
45+
"deploy": "npm run build:push && npm version patch && git push --tags && git push && npm publish --tag latest",
4646
"lint": "eslint src --ext ts && tsc --noEmit",
4747
"format": "prettier --write src"
4848
},
@@ -78,4 +78,4 @@
7878
"inquirer": "^9.1.4",
7979
"openai": "^3.2.1"
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)