Skip to content

Commit

Permalink
build also cleans
Browse files Browse the repository at this point in the history
  • Loading branch information
ckcr4lyf committed Sep 8, 2022
1 parent 12cb017 commit 9c2870b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
71 changes: 0 additions & 71 deletions build/utils/directory.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./bin/index.js",
"type": "module",
"scripts": {
"build": "tsc -p .",
"build": "rm -rf build/ && tsc -p .",
"backup": "node bin/backup.js",
"dev": "nodemon src/index.ts",
"start": "node build/index.js",
Expand Down

0 comments on commit 9c2870b

Please sign in to comment.