Skip to content

Commit

Permalink
👷 Release >> Adding release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
borsTiHD committed Jun 13, 2021
1 parent 30736fe commit 763d35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"build:api": "webpack",
"build:release": "cross-env NODE_ENV=production node ./src/build.js --release=true",
"build": "cross-env NODE_ENV=production node ./src/build.js",
"release": "release-it",
"start": "node ./dist/server/app.cjs",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
Expand Down

0 comments on commit 763d35f

Please sign in to comment.