Skip to content

Commit

Permalink
fix missing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoudz committed Aug 2, 2024
1 parent 0e3d167 commit 26abe06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"type": "git",
"url": "git+https://github.com/sista-ai/ai-assistant-react.git"
},
"scripts": {
"watch": "nodemon --exec yarn run build --watch src --ext ts,tsx",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"publish:public": "npm publish --access public",
"version:major": "npm version major",
"version:minor": "npm version minor",
"version:patch": "npm version patch"
},
"keywords": [
"AI Voice Assistant",
"AI Assistant",
Expand Down

0 comments on commit 26abe06

Please sign in to comment.