You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm run build # Build the source to `bin/chip8-test-suite.8o`
383
+
npm run build-binary # Build the above plus the binary `bin/chip8-test-suite.ch8`
384
+
npm run build-html # Build `bin/chip8-test-suite.8o` and `docs/index.html`
385
+
npm run build-all # Build all of the above
386
+
```
387
+
388
+
Note that the `npm run build*` scripts use the MacOS command `pbcopy` to copy
389
+
the resulting Octo source file to the clipboard. Depending on your OS this may
390
+
not work properly. Edit `package.json` and remove this part from `scripts` ->
391
+
`build` if you get errors:
392
+
393
+
```
394
+
&& cat bin/chip8-test-suite.8o | pbcopy
395
+
```
396
+
370
397
## Community response 😄
371
398
372
399
[](https://github.com/Timendus/chip8-test-suite/issues/1)
0 commit comments