Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix: atlasmap and apicurio assets copy over (#328)
Browse files Browse the repository at this point in the history
fix: atlasmap and apicurio assets copy over
  • Loading branch information
riccardo-forina authored May 21, 2019
2 parents 16d9226 + 8adaf44 commit 55a65df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"test:jest": "CI=true lerna run test -- --coverage --color --runInBand",
"test": "npm-run-all -s test:*",
"build": "lerna run build",
"copyasset:atlasmap": "cpr packages/atlasmap-assembly/dist/atlasmap syndesis/public/atlasmap -d",
"copyasset:apicurio": "cpr packages/apicurio-assembly/dist/apicurio syndesis/public/apicurio -d",
"postbuild": "npm-run-all copyasset:*",
"watch:app:proxy": "lerna run --parallel --no-prefix --scope @syndesis/syndesis proxy",
"watch:app:minishift:restore": "lerna run --parallel --no-prefix --scope @syndesis/syndesis minishift:restore",
"watch:app:minishift": "lerna run --parallel --no-prefix --scope @syndesis/syndesis minishift",
Expand All @@ -41,7 +38,6 @@
"prepush": "npm-run-all -p lint test"
},
"devDependencies": {
"cpr": "^3.0.1",
"gh-pages": "^2.0.1",
"husky": "^2.2.0",
"lerna": "^3.13.1",
Expand Down
6 changes: 5 additions & 1 deletion app/ui-react/syndesis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"test": "craco test",
"eject": "react-scripts eject",
"minishift:setup": "./scripts/minishift-setup.sh",
"minishift:restore": "./scripts/minishift-restore.sh"
"minishift:restore": "./scripts/minishift-restore.sh",
"copyasset:atlasmap": "cpr ../packages/atlasmap-assembly/dist/atlasmap public/atlasmap -d",
"copyasset:apicurio": "cpr ../packages/apicurio-assembly/dist/apicurio public/apicurio -d",
"prebuild": "npm-run-all copyasset:*"
},
"devDependencies": {
"@babel/core": "^7.1.5",
Expand Down Expand Up @@ -79,6 +82,7 @@
"babel-plugin-named-asset-import": "^0.3.1",
"babel-preset-react-app": "^8.0.0",
"cypress": "^3.2.0",
"cpr": "^3.0.1",
"jest-dom": "^3.1.3",
"my-local-ip": "^1.0.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 55a65df

Please sign in to comment.