Skip to content

Commit

Permalink
build: fix root package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Dec 21, 2023
1 parent ce6ac24 commit aafa27a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,11 @@
"workspaces-publish": "^1.1.0"
},
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build",
"test": "lerna run test",
"pub": "npm run build && lerna publish",
"lint": "eslint packages/",
"build": "npx nx run-many -t build",
"test": "npx nx run-many -t test",
"lint": "npx eslint packages/",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install",
"release": "changeset publish"
"prepare": "husky install"
},
"lint-staged": {
"*.ts": "eslint --fix"
Expand Down

0 comments on commit aafa27a

Please sign in to comment.