Compare commits
No commits in common. "6aaf93b0985daed7460c05ff034549ebb318c256" and "4ed8fc7d557cd93290c76aef6c8355683d1fc019" have entirely different histories.
6aaf93b098
...
4ed8fc7d55
3 changed files with 4 additions and 17 deletions
|
@ -53,18 +53,9 @@ jobs:
|
||||||
- name: Update version.json from git describe
|
- name: Update version.json from git describe
|
||||||
run: pnpm run version
|
run: pnpm run version
|
||||||
|
|
||||||
- name: Set the version in package.json
|
|
||||||
env:
|
|
||||||
VERSION: ${{ steps.version.outputs.version }}
|
|
||||||
run: sed "s/0.0.0/${VERSION}/" -i package.json
|
|
||||||
|
|
||||||
- name: Build package (transpile ts => js)
|
- name: Build package (transpile ts => js)
|
||||||
run: ng build
|
run: ng build
|
||||||
|
|
||||||
- name: Publish
|
|
||||||
if: fromJSON(steps.builder.outputs.run)
|
|
||||||
run: pnpm publish
|
|
||||||
|
|
||||||
- name: Build container
|
- name: Build container
|
||||||
if: fromJSON(steps.builder.outputs.run)
|
if: fromJSON(steps.builder.outputs.run)
|
||||||
uses: actions/buildah-build@v1
|
uses: actions/buildah-build@v1
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -44,5 +44,3 @@ testem.log
|
||||||
# System Files
|
# System Files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
.npmrc
|
|
||||||
|
|
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "treetrail-frontend",
|
"name": "treetrail",
|
||||||
"version": "0.0.0",
|
"version": "0.0.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --proxy-config proxy.conf.json --port 4201 --serve-path /treetrail",
|
"start": "ng serve --proxy-config proxy.conf.json --port 4201 --serve-path /treetrail",
|
||||||
|
@ -10,6 +10,7 @@
|
||||||
"openapi-ts": "openapi-ts",
|
"openapi-ts": "openapi-ts",
|
||||||
"version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json"
|
"version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json"
|
||||||
},
|
},
|
||||||
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^18.2.6",
|
"@angular/animations": "^18.2.6",
|
||||||
"@angular/cdk": "^18.2.6",
|
"@angular/cdk": "^18.2.6",
|
||||||
|
@ -61,8 +62,5 @@
|
||||||
"karma-jasmine-html-reporter": "^2.1.0",
|
"karma-jasmine-html-reporter": "^2.1.0",
|
||||||
"typescript": "~5.4.5"
|
"typescript": "~5.4.5"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.12.2",
|
"packageManager": "pnpm@9.12.2"
|
||||||
"publishConfig": {
|
|
||||||
"registry": "http://code.philo.ydns.eu/api/packages/philorg/npm/"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue