Skip to content

Commit

Permalink
chore: remove nova ci debris (#1480)
Browse files Browse the repository at this point in the history
* chore: remove nova ci debris

* chore: remove unnecessary nova scripts from package json

---------

Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
  • Loading branch information
VmMad and begonaalvarezd authored May 17, 2024
1 parent cba98db commit cabd349
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 88 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/nova-build-temp.yaml

This file was deleted.

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
37 changes: 0 additions & 37 deletions setup_nova.sh

This file was deleted.

0 comments on commit cabd349

Please sign in to comment.