Skip to content

Commit

Permalink
refactor: removes script 'reinstall'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Aug 20, 2024
1 parent 91c367a commit 3210db3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"reinstall": "npx rimraf node_modules && npm ci",
"test": "jest --passWithNoTests"
},
"repository": {
Expand All @@ -38,7 +37,6 @@
"knex": "^2.5.1",
"ora": "^6.3.1",
"randomstring": "^1.3.0",
"rimraf": "^3.0.2",
"sqlite3": "^5.1.6",
"wait-on": "^6.0.1",
"yargs": "^17.7.2"
Expand Down

0 comments on commit 3210db3

Please sign in to comment.