Skip to content

Commit

Permalink
181 mocha --watch --parallel (#187)
Browse files Browse the repository at this point in the history
* mocha --watch --parallel

https://www.alanwsmith.com/pages/js-mocha-watch-for-changes--29ag2did/

* release v0.5.11

* update version
  • Loading branch information
drernie authored Oct 9, 2023
1 parent 6478cd5 commit 5a340ac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Homiconic C
version: 0.5.10
version: 0.5.11

[![Codeship Status for TheSwanFactory/hclang](https://app.codeship.com/projects/b1198f30-aee9-0137-5fdc-4a1003a17a1c/status?branch=master)](https://app.codeship.com/projects/362584)

Expand Down
2 changes: 1 addition & 1 deletion doc/BitScheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ <h2 id="_next_steps">Next Steps</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-10-08 21:46:40 -0700
Last updated 2023-10-08 22:21:24 -0700
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hclang",
"version": "0.5.10",
"version": "0.5.11",
"description": "Homoiconic C: Programming without a Language",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"ts": "npx tsc --pretty --inlineSourceMap && chmod a+x ./lib/src/cli/hc.js",
"ts:version": "echo TypeScript `tsc --version` ",
"verbose": "NODE_DEBUG=* npm run test",
"watch": "npm-watch test"
"watch": "mocha --watch --parallel && npm run build"
},
"dependencies": {
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '0.5.10'
export const version = '0.5.11'

0 comments on commit 5a340ac

Please sign in to comment.