Commit b773c8c 1 parent 82c871d commit b773c8c Copy full SHA for b773c8c
File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 50
50
path : dist
51
51
key : dist-${{ github.run_id }}
52
52
- run : |
53
- npx nx build ng2-dragula --configuration productionn
53
+ npx nx build ng2-dragula --configuration production
54
54
npx nx build demo --configuration production
55
55
# update release notes in github
56
56
update_release_draft :
Original file line number Diff line number Diff line change 27
27
"url" : " https://github.com/valor-software/ng2-dragula/issues"
28
28
},
29
29
"homepage" : " https://github.com/valor-software/ng2-dragula#readme" ,
30
- "scripts" : {
31
- "docs" : " compodoc -p tsconfig.json -c compodoc.json src" ,
32
- "test:headless" : " ng test --browsers=CustomChromeHeadless"
33
- },
34
30
"peerDependencies" : {
35
31
"rxjs" : " >=6.0.0" ,
36
32
"@types/dragula" : " ^2.1.34" ,
37
33
"dragula" : " ^3.7.2" ,
38
34
"@angular/animations" : " ^14.0.0" ,
39
35
"@angular/core" : " ^14.0.0" ,
40
36
"@angular/common" : " ^14.0.0"
41
- },
42
- "files" : [
43
- " dist" ,
44
- " README.md"
45
- ]
37
+ }
46
38
}
You can’t perform that action at this time.
0 commit comments