Skip to content

Commit

Permalink
Fix set base href path
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKipchatov committed Sep 20, 2023
1 parent c242d83 commit 3c27df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=production --base-href https://olegkipchatov.github.io/ThemeBuilder/ && node ./copyfile.js",
"build": "ng build --configuration=production --base-href https://devexpress.github.io/ThemeBuilder/ && node ./copyfile.js",
"lint-fix": "eslint --fix \"src/**/*.ts\"",
"lint": "eslint \"src/**/*.ts\"",
"test": "npm run lint && npm run build"
Expand Down

0 comments on commit 3c27df5

Please sign in to comment.