Skip to content

Commit

Permalink
chore(release): 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Oct 15, 2023
1 parent 3284060 commit 83ab3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint . --ext .ts,.tsx,.mjs",
"prepare": "husky install",
"postinstall": "husky install",
"build": "node scripts/build-integrations.mjs",
"build": "pnpm run build:nui && node scripts/build-integrations.mjs",
"build:nui": "cd integrations/sync/nui-dev && npm run build",
"build:zip": "node scripts/zip-integrations.mjs",
"dev": "nodemon --config nodemon.json"
Expand Down

0 comments on commit 83ab3d4

Please sign in to comment.