Skip to content

Commit

Permalink
v9
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 5, 2024
1 parent ca06290 commit 2f68168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "aij",
"productName": "AIJ",
"version": "0.0.8",
"version": "0.0.9",
"description": "AI Jobs",
"main": ".webpack/main",
"homepage": "https://algojobs.ca",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "DEBUG=electron-osx-sign* electron-forge make --arch=x64 --platform",
"make": "electron-forge make --arch=x64 --platform",
"publish": "electron-forge publish --arch=x64 --platform",
"lint": "eslint --ext .ts,.tsx .",
"darwin": "yarn package && yarn make darwin && npm run publish darwin",
Expand Down

0 comments on commit 2f68168

Please sign in to comment.