Skip to content

Commit

Permalink
build: use rimraf to clean the build output
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Aug 1, 2023
1 parent 0917dce commit e547bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"repository": "github:threeal/google-rank.git",
"scripts": {
"build": "tsc && chmod-cli lib/google-rank.js -m 0o777",
"clean": "dev clean",
"clean": "rimraf lib",
"format": "prettier --write .",
"lint": "eslint src",
"test": "jest"
Expand All @@ -44,6 +44,7 @@
"eslint": "^8.46.0",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
}
}

0 comments on commit e547bac

Please # to comment.