Skip to content

Commit

Permalink
Remove xo temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
karaggeorge committed Nov 17, 2024
1 parent 3bb9970 commit 0154f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db "select * from access;" | grep kTCCServiceScreenCapture
- run: sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db "select * from access;"
- run: npm install
- run: npm run build
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"swift": { "builder": "xcode" },
"scripts": {
"test": "xo && ava && tsd",
"test": "ava && tsd",
"build": "npm run build:build && npm run build:move",
"build:build": "node-swift build",
"build:move": "rm -rf build && mkdir build && mv ./.build/release/aperture.framework ./build/aperture.framework && mv ./.build/release/NodeAPI.framework ./build/NodeAPI.framework",
Expand Down

0 comments on commit 0154f65

Please sign in to comment.