Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add watch script #478

Merged
merged 6 commits into from
Oct 3, 2024
Merged

Add watch script #478

merged 6 commits into from
Oct 3, 2024

Conversation

happytomatoe
Copy link
Contributor

No description provided.

build-watch.js Outdated Show resolved Hide resolved
@happytomatoe happytomatoe marked this pull request as ready for review September 20, 2024 16:25
@DavidSouther DavidSouther self-requested a review September 22, 2024 02:23
package.json Outdated
@@ -57,4 +56,4 @@
"cross-env": "^7.0.3",
"shx": "^0.3.4"
}
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit) ending newline got lost

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added newline

package.json Outdated
@@ -28,8 +28,7 @@
"prebuild": "npm run check",
"build": "cross-env CI=true npm run build -w projects && cross-env CI=true npm run build -w runner && cross-env CI=true npm run build -w simulator && cross-env CI=true npm run build -w cli && cross-env CI=true npm run build -w components && cross-env CI=true npm run build -w web && cross-env CI=true npm run build -w extension",
"build:extension": "cross-env CI=true npm run build -w extension",
"watch": "node build-watch.js",

"watch": "concurrently -k --restart-tries 3 \"npm run build -w components -- -w \" \"npm run build -w projects -- -w\" \"npm run build -w runner -- -w\" \"npm run build -w simulator -- -w\" ",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you clean up the whitespace in here a bit? Sometimes there's extra spaces before and after the ", sometimes not.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you mean at then end - done

@DavidSouther DavidSouther merged commit 634686e into nand2tetris:main Oct 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants