Skip to content

Commit

Permalink
chore: add react-router-dom to build
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Dec 20, 2023
1 parent 98a9ca5 commit 2d76a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"scripts": {
"build": "cd ./packages/react-router && npm run build",
"build": "cd ./packages/react-router && npm run build && cd ../react-router-dom && npm run build",
"clean": "git clean -fdX .",
"format": "prettier --ignore-path .eslintignore --write .",
"format:check": "prettier --ignore-path .eslintignore --check .",
Expand Down

0 comments on commit 2d76a5d

Please sign in to comment.