Skip to content

Commit

Permalink
one last time2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 8, 2022
1 parent 2a9ebba commit ea3ad7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"scripts": {
"postinstall": "patch-package && husky install",
"clean": "rimraf \"{,!(node_modules)/**/}node_modules/\"",
"prebuild": "rimraf \"{,!(node_modules)/**/}dist/\" .bob/ tsconfig.tsbuildinfo",
"clean": "rimraf node_modules/",
"prebuild": "rimraf dist/ .bob/ tsconfig.tsbuildinfo",
"build": "bob build",
"watch-build": "npx tsc-watch --project tsconfig.json --onSuccess \"bob build\"",
"test": "jest --forceExit --no-watchman",
Expand Down

0 comments on commit ea3ad7e

Please sign in to comment.