Skip to content

Commit 5ea2182

Browse files
MillenniumFalconMechanicNoopDog
authored andcommitted
Added script to print release contributors (no async). Resolves DP #647. (#1108)
1 parent 76b1083 commit 5ea2182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spa/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"build-prod": "ng build --prod --outputPath ../dist/explore --configuration=production --base-href=/explore/",
1414
"test": "ng test",
1515
"lint": "ng lint",
16-
"e2e": "ng e2e"
16+
"e2e": "ng e2e",
17+
"contributors": "node ../script/release-contributors.js"
1718
},
1819
"husky": {
1920
"hooks": {

0 commit comments

Comments
 (0)