Skip to content

Commit

Permalink
fix(NPM): Change build-bot to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
KararTY committed Aug 10, 2020
1 parent c94205c commit 23f5e2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "befriendlier-bot",
"version": "0.0.1",
"description": "Twitch bot serving commands to the befriendlier.app service.",
"main": "Index.ts",
"private": true,
"scripts": {
"build-bot": "tsc && copyfiles .env build/",
"build": "rimraf build/ && tsc -b && copyfiles .env build/",
"start": "node build/Index.js",
"start-test": "ts-node-dev --respawn --clear --log-error --inspect=\"0\" -- Index.ts",
"release": "standard-version && git push --follow-tags origin master"
Expand Down Expand Up @@ -33,6 +34,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"pino-pretty": "^4.1.0",
"rimraf": "^3.0.2",
"standard-version": "^8.0.2",
"ts-node-dev": "^1.0.0-pre.56",
"typescript": "^3.9.7"
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23f5e2a

Please sign in to comment.