Skip to content

Commit

Permalink
Remove now redundant nx targets from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Feb 16, 2024
1 parent 78555b8 commit a90b68e
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,5 @@
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.7.16"
},
"dependencies": {},
"nx": {
"targets": {
"afm:dev": {
"dependsOn": ["^bundle"]
},
"dish:dev": {
"dependsOn": ["^bundle"]
},
"generic:dev": {
"dependsOn": ["^bundle"]
},
"meldemichel:dev": {
"dependsOn": ["^bundle"]
},
"snowbox": {
"dependsOn": ["^bundle"]
}
}
}
"dependencies": {}
}

0 comments on commit a90b68e

Please sign in to comment.