Skip to content

Commit

Permalink
Merge previous scanner changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 27, 2023
1 parent e728fde commit 18951cc
Show file tree
Hide file tree
Showing 21 changed files with 943 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ build-dir
#Travis/IDE stuff
.travis.yml
.vs/
target/*
284 changes: 284 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[workspace]
members = ["packages/scanner"]
37 changes: 36 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"scripts": {
"postinstall": "electron-builder install-app-deps",
"postinstall": "electron-builder install-app-deps && lerna run build --scope @nuclear/scanner",
"start": "lerna run start --stream",
"build": "shx rm -rf dist && lerna run build && npm run pack",
"test": "lerna run test",
Expand Down
Loading

0 comments on commit 18951cc

Please sign in to comment.