Skip to content

Commit

Permalink
chore: remove unnecessary nova scripts from package json
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed May 16, 2024
1 parent 7c5f0d3 commit ad17e9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
"setup:client": "cd client && npm install && npm run postinstall",
"setup:api": "cd api && npm install && npm run build-compile && npm run build-config",
"setup:dev": "npm run clear && npm run prepare && npm run setup:client && npm run setup:api",
"setup:dev-build-sdk": "npm run clear && npm run setup:sdk-nova-local && npm run prepare && npm run setup:client && npm run setup:api",
"clear": "rimraf api/node_modules api/dist client/node_modules client/build",
"dev": "concurrently 'cd api && npm run start-dev' 'cd client && npm run start'",
"prepare": "husky install",
"format": "concurrently 'cd api && npm run format' 'cd client && npm run format'",
"setup:sdk-nova-local": "./setup_nova.sh",
"tag:release": "./scripts/tag_release.sh"
},
"devDependencies": {
Expand Down

0 comments on commit ad17e9d

Please sign in to comment.