Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: add deploy script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MusabDev committed Sep 26, 2023
1 parent 163bd87 commit 3cf7650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-e3-app",
"version": "0.0.12",
"version": "0.0.13",
"description": "The best way to start a typesafe backend with Typescript and Express.js",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,8 @@
"scripts": {
"start": "node ./dist/index.js",
"build": "rm -rf ./dist && tsc",
"dev": "ts-node ./src/index.ts"
"dev": "ts-node ./src/index.ts",
"deploy": "rm -rf ./dist && tsc && npm publish"
},
"keywords": [
"create-e3-app",
Expand Down

0 comments on commit 3cf7650

Please sign in to comment.