Skip to content

Commit

Permalink
build: mongoose build
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Jul 9, 2024
1 parent a431772 commit eab7e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"javascript"
],
"scripts": {
"install": "npm --prefix ./@nodefony/http install ;npm --prefix ./@nodefony/framework install ; npm --prefix ./@nodefony/sequelize install ;npm --prefix ./@nodefony/security install",
"build": "npm run --prefix ./@nodefony/http build; npm run --prefix ./@nodefony/framework build; npm run --prefix ./@nodefony/sequelize build ;npm run --prefix ./@nodefony/security build",
"install": "npm --prefix ./@nodefony/http install ;npm --prefix ./@nodefony/framework install ; npm --prefix ./@nodefony/sequelize install ;npm --prefix ./@nodefony/security install;;npm --prefix ./@nodefony/mongoose install",
"build": "npm run --prefix ./@nodefony/http build; npm run --prefix ./@nodefony/framework build; npm run --prefix ./@nodefony/sequelize build ;npm run --prefix ./@nodefony/security build;npm run --prefix ./@nodefony/mongoose build",
"test": "npm run --prefix ./@nodefony/http test"
},
"dependencies": {},
Expand Down

0 comments on commit eab7e95

Please sign in to comment.