Skip to content

Commit

Permalink
Merge branch 'move-component-lib-to-main-repo' into task-migrate-gith…
Browse files Browse the repository at this point in the history
…ub-actions
  • Loading branch information
EdwinKato committed Oct 12, 2023
2 parents 0f67ca7 + 48b8f45 commit 29b54a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"author": "CitizenLab",
"scripts": {
"start:cl-linked": "concurrently \"cd cl2-component-library && npm run start\" \"cd front && npm run start\"",
"start:front": "cd cl2-component-library && npm run build && cd .. && cd front && npm start"
},
"devDependencies": {
"concurrently": "^8.2.1"
}
}

0 comments on commit 29b54a3

Please sign in to comment.