Skip to content

Commit

Permalink
Add npm scripts dev:fm-obs and dev:fm-tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Jun 29, 2023
1 parent c1fa6c4 commit a84de8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"build": "npm run build --workspace=field-kit",
"clean": "npx -y rimraf node_modules **/node_modules/ package-lock.json && npm i",
"dev:field-kit": "npm run start --workspace=field-kit",
"dev:field-module-tasks": "npm run start --workspace=field-module-tasks",
"dev:field-module-tasks": "npm run dev:fm-tasks",
"dev:fm-obs": "npm run start --workspace=field-module-observations",
"dev:fm-tasks": "npm run start --workspace=field-module-tasks",
"start": "npm run dev:field-kit",
"storybook": "npm run --workspace=farm-ui storybook",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit a84de8f

Please sign in to comment.