Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/crud-web-apps/jupyter/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "prettier --write './**/*.{ts,html,css}'",
"build": "npm run copyLibAssets && ng build --base-href /jupyter/ --deploy-url static/",
"build:fr": "npm run copyLibAssets && ng build --base-href /jupyter/ --deploy-url static/ --configuration=fr",
"build:watch": "npm run copyLibAssets && ng build --watch --deploy-url static/ --outputPath ../backend/apps/default/static/ --outputHashing all",
"build:watch": "npm run copyLibAssets && ng build --watch --deploy-url static/ --output-path ../backend/apps/default/static/ --output-hashing all",
"serve": "npm run copyLibAssets && ng serve --proxy-config=src/proxy.conf.json",
"copyLibAssets": "cp -r ./node_modules/kubeflow/assets/* ./src/assets/",
"format:check": "prettier --check 'src/**/*.{js,ts,html,scss,css}' || node scripts/check-format-error.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"build": "npm run copyLibAssets && ng build --base-href /tensorboards/ --deploy-url static/",
"build:fr": "npm run copyLibAssets && ng build --base-href /tensorboards/ --deploy-url /static/ --configuration=fr",
"build:watch": "npm run copyLibAssets && ng build --watch --deploy-url static/ --outputPath ../backend/app/static/ --outputHashing all",
"build:watch": "npm run copyLibAssets && ng build --watch --deploy-url static/ --output-path ../backend/app/static/ --output-hashing all",
"serve": "npm run copyLibAssets && ng serve --proxy-config=src/proxy.conf.json",
"copyLibAssets": "cp -r ./node_modules/kubeflow/assets/* ./src/assets/",
"format:check": "prettier --check 'src/**/*.{js,ts,html,scss,css}' || node scripts/check-format-error.js",
Expand Down
2 changes: 1 addition & 1 deletion components/crud-web-apps/volumes/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"build": "npm run copyLibAssets && ng build --base-href /volumes/ --deploy-url static/",
"build:fr": "npm run copyLibAssets && ng build --base-href /volumes/ --deploy-url /static/ --configuration=fr",
"build:watch": "npm run copyLibAssets && ng build --watch --deploy-url static/ --outputPath ../backend/apps/default/static/ --outputHashing all",
"build:watch": "npm run copyLibAssets && ng build --watch --deploy-url static/ --output-path ../backend/apps/default/static/ --output-hashing all",
"serve": "npm run copyLibAssets && ng serve --proxy-config=src/proxy.conf.json",
"copyLibAssets": "cp -r ./node_modules/kubeflow/assets/* ./src/assets/",
"format:check": "prettier --check 'src/**/*.{js,ts,html,scss,css}' || node scripts/check-format-error.js",
Expand Down