Skip to content

Commit

Permalink
Fixed workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Dec 6, 2024
1 parent 572ee55 commit 88e7bce
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 @@ -37,10 +37,10 @@
"prepare": "husky",
"compile": "npm run prepare-tests && npm run build",
"build": "tsc --build .",
"prepare-tests": "npm --filter \"*\" compile",
"prepare-tests": "npm run compile --workspaces",
"test": "mocha --recursive 'test/**/*.ts' --exit",
"coverage": "nyc mocha --recursive 'test/**/*.ts' --exit",
"clean-tests": "npm --filter \"*\" clean",
"clean-tests": "npm run clean --workspaces",
"lint-fix": "prettier --write \"./**/*.ts\" && eslint \"src/**/*.{js,ts}\" --cache --fix",
"publish-to-npm": "npm run compile && npm run lint-fix && npm publish ./ --access public"
},
Expand Down

0 comments on commit 88e7bce

Please sign in to comment.