Skip to content

Commit

Permalink
Move module bundling to postinstall script (#83)
Browse files Browse the repository at this point in the history
* move module bundling to `postinstall` script

* docs

* clean up

* windows
  • Loading branch information
juliangruber committed Apr 4, 2023
1 parent 104627e commit c58a9a8
Show file tree
Hide file tree
Showing 20 changed files with 99 additions and 996 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ dist
# TernJS port file
.tern-port
.DS_Store
modules
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,6 @@ $ sudo systemctl status station

## Development

Update modules:

```bash
$ ./scripts/update-modules.js
```

Publish a new version:

```bash
Expand Down
Binary file removed modules/saturn-L2-node-darwin-x64/saturn-L2-node
Binary file not shown.
21 changes: 0 additions & 21 deletions modules/saturn-L2-node-linux-arm64/LICENSE

This file was deleted.

202 changes: 0 additions & 202 deletions modules/saturn-L2-node-linux-arm64/README.md

This file was deleted.

Binary file removed modules/saturn-L2-node-linux-arm64/saturn-L2-node
Binary file not shown.
21 changes: 0 additions & 21 deletions modules/saturn-L2-node-linux-ia32/LICENSE

This file was deleted.

Loading

0 comments on commit c58a9a8

Please sign in to comment.