Skip to content

Commit

Permalink
test: deploy with param (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Dec 11, 2023
1 parent 8319b7b commit e6e00c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"std-version": "standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --base-href=https://sap.github.io/fundamental/",
"watch": "ng build --watch --configuration development"
},
"repository": {
Expand Down Expand Up @@ -89,4 +89,4 @@
"doc": "docs"
},
"keywords": []
}
}

0 comments on commit e6e00c5

Please sign in to comment.