Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
263f7cad77 | |||
eea71c930e | |||
f630fa677f | |||
3dbb712260 | |||
7830d08332 | |||
acbaff4428 | |||
c983cd9ef6 | |||
ca75517a53 | |||
16f1cc996a | |||
6108cf9398 | |||
1dd363ce37 |
11
.github/workflows/build.yaml
vendored
11
.github/workflows/build.yaml
vendored
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user