Skip to content

Commit

Permalink
modify dependencies and build order
Browse files Browse the repository at this point in the history
Signed-off-by: Kaden Emley <[email protected]>
  • Loading branch information
kemley76 committed Jul 18, 2024
1 parent 635e936 commit ffa6c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"prebuild": "rimraf ../../dist/frontend",
"build": "yarn workspace @mitre/hdf-converters build && vue-cli-service build",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:ci": "vue-cli-service lint --no-fix --maxWarnings 0",
"make:component": "vue-cli-service make:component",
Expand Down
2 changes: 1 addition & 1 deletion libs/hdf-converters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@rollup/plugin-json": "^6.1.0",
"@smithy/node-http-handler": "^3.0.0",
"@types/csv2json": "^1.4.2",
"@types/lodash": "^4.14.161",
"@types/ms": "^0.7.31",
"@types/mustache": "^4.1.2",
"@types/papaparse": "^5.3.2",
Expand Down Expand Up @@ -72,7 +73,6 @@
},
"devDependencies": {
"@types/jest": "^27.0.0",
"@types/lodash": "^4.14.161",
"@types/node": "^20.1.0",
"jest": "^27.0.6",
"jest-transform-stub": "^2.0.0",
Expand Down

0 comments on commit ffa6c21

Please sign in to comment.