Skip to content

Commit

Permalink
feat(screeb-sdk-angular): undo constants.ts changes after build
Browse files Browse the repository at this point in the history
  • Loading branch information
MD4 committed Jan 16, 2024
1 parent 232e9a9 commit e76592b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/screeb-sdk-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"scripts": {
"ng": "ng",
"build": "npm run replace-version && ng build",
"build": "npm run replace-version && ng build && git checkout -f projects/screeb-sdk-angular/src/lib/constants.ts",
"build:watch": "ng build --watch --configuration development",
"build:doc": "typedoc projects/screeb-sdk-angular/src/public-api.ts",
"clean": "rm -Rf dist",
Expand Down

0 comments on commit e76592b

Please sign in to comment.