Skip to content

Commit

Permalink
chore(pkg): add scripts for monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Sep 21, 2023
1 parent 49bf5e4 commit c94fe9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"workspaces": [
"packages/*"
],
"scripts": {
"library:release": "pnpm --filter edt-iut-info-limoges run release",
"library:test": "pnpm --filter edt-iut-info-limoges run test",
"website:dev": "pnpm --filter edt-iut-info-limoges-website run dev",
"website:build": "pnpm --filter edt-iut-info-limoges-website run build"
},
"private": true,
"license": "MIT",
"author": "Mikkel RINGAUD <mikkel@milescode.dev> (https://github.com/Vexcited)",
Expand Down

0 comments on commit c94fe9c

Please sign in to comment.