Compare commits

..

11 Commits

Author SHA1 Message Date
263f7cad77 Update README.md
All checks were successful
Build / Build NPM Project (push) Successful in 29s
Build / Tag Version (push) Successful in 3s
2023-12-16 00:06:45 +00:00
eea71c930e Update .github/workflows/build.yaml
All checks were successful
Build / Tag Version (push) Successful in 7s
Build / Build NPM Project (push) Successful in 1m24s
2023-12-15 04:36:43 +00:00
f630fa677f Update package.json
All checks were successful
Build / Build NPM Project (push) Successful in 1m18s
Build / Tag Version (push) Successful in 5s
2023-12-15 04:31:44 +00:00
3dbb712260 Update package.json
Some checks failed
Build / Build NPM Project (push) Failing after 9s
Build / Tag Version (push) Has been skipped
2023-12-15 04:28:49 +00:00
7830d08332 Update .github/workflows/build.yaml
Some checks failed
Build / Tag Version (push) Successful in 9s
Build / Build NPM Project (push) Failing after 1m26s
2023-12-15 03:25:38 +00:00
acbaff4428 Update .github/workflows/build.yaml
Some checks failed
Build / Tag Version (push) Successful in 5s
Build / Build NPM Project (push) Failing after 1m18s
2023-12-15 03:22:01 +00:00
c983cd9ef6 Update .github/workflows/build.yaml
Some checks failed
Build / Build NPM Project (push) Failing after 27s
Build / Tag Version (push) Has been skipped
2023-12-15 03:18:19 +00:00
ca75517a53 Update .github/workflows/build.yaml
Some checks failed
Build / Build NPM Project (push) Failing after 26s
Build / Tag Version (push) Has been skipped
2023-12-15 03:16:26 +00:00
16f1cc996a Update package.json
Some checks failed
Build / Build NPM Project (push) Failing after 27s
Build / Tag Version (push) Has been skipped
2023-12-15 03:15:43 +00:00
6108cf9398 Update .github/workflows/build.yaml
Some checks failed
Build / Build NPM Project (push) Failing after 27s
Build / Tag Version (push) Has been skipped
2023-12-15 03:06:45 +00:00
1dd363ce37 Update .github/workflows/build.yaml
Some checks failed
Build / Build NPM Project (push) Failing after 27s
Build / Tag Version (push) Has been skipped
2023-12-15 03:04:23 +00:00
3 changed files with 283 additions and 291 deletions

View File

@ -19,20 +19,13 @@ jobs:
- name: Build Project - name: Build Project
run: npm run build run: npm run build
- name: Upload Artifacts - name: Upload to Registry
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
retention-days: 7
- name: Push to registry
if: ${{github.ref_name}} == "production"
uses: ztimson/actions/npm/publish@develop uses: ztimson/actions/npm/publish@develop
tag: tag:
name: Tag Version name: Tag Version
needs: build needs: build
if: ${{github.ref_name}} == develop
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:8 container: node:8
steps: steps:

View File

@ -3,7 +3,7 @@
<br /> <br />
<!-- Logo --> <!-- Logo -->
<img src="https://git.zakscode.com/repo-avatars/066f56124662dc95ddacf70bdc8839b98462c885e106728b342abe8bfb5be36a" alt="Logo" width="200" height="200"> <img src="https://git.zakscode.com/repo-avatars/56e7adede041749f5df1d8b88b334e8c4cac38d7a4a574ccb42a624c52a35624" alt="Logo" width="200" height="200">
<!-- Title --> <!-- Title -->
### ng-datatable ### ng-datatable

View File

@ -1,12 +1,11 @@
{ {
"name": "sandbox", "name": "ng-datatable",
"version": "0.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build ng-datatable --prod" "build": "ng build ng-datatable --prod"
}, },
"private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^6.0.0", "@angular/animations": "^6.0.0",
"@angular/common": "^6.0.0", "@angular/common": "^6.0.0",