Skip to content

Commit

Permalink
build: updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 21, 2023
1 parent 76a5931 commit cc871ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@
},
"scripts": {
"commit": "npx git-cz",
"build": "nx run-many -t build",
"test": "nx run-many -t test",
"build": "npx nx run-many -t build",
"test": "npx nx run-many -t test",
"lint": "eslint --ext .ts,.vue,.js ./packages/",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install",
"prepublishOnly": "npm run build",
"cli": "npm run cli --workspace=packages/server-api",
"client-ui": "npm run dev --workspace=packages/client-ui",
"server-api": "npm run dev --workspace=packages/server-api",
"server-realtime": "npm run dev --workspace=packages/server-realtime",
"server-train-manager": "npm run dev --workspace=packages/server-train-manager",
"release": "changeset publish"
"release": "npx changeset publish"
}
}

0 comments on commit cc871ae

Please sign in to comment.