Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Dec 6, 2023
1 parent 7d76c61 commit 0d41a09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup --cjsInterop"
"build": "cd addon && npm run build && cd .. && tsup --cjsInterop"
},
"devDependencies": {
"@types/node": "^20.10.3",
Expand All @@ -17,8 +17,7 @@
"dependencies": {
"@miniben90/x-win": "^1.3.1",
"execa": "^8.0.1",
"fdir": "^6.1.1",
"rubick-native-addon": "./addon"
"fdir": "^6.1.1"
},
"files": [
"README.md",
Expand Down

0 comments on commit 0d41a09

Please sign in to comment.