We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b1083 commit 5ea2182Copy full SHA for 5ea2182
spa/package.json
@@ -13,7 +13,8 @@
13
"build-prod": "ng build --prod --outputPath ../dist/explore --configuration=production --base-href=/explore/",
14
"test": "ng test",
15
"lint": "ng lint",
16
- "e2e": "ng e2e"
+ "e2e": "ng e2e",
17
+ "contributors": "node ../script/release-contributors.js"
18
},
19
"husky": {
20
"hooks": {
0 commit comments