Merge pull request #10 from AgentEnder/patch-1

Add gulp to package.json scripts for ease of CI.
master
Robert Kaussow 2020-10-20 13:46:20 +02:00 committed by GitHub
commit e13e9d7389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"description": "Hugo theme made for documentation",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"repository": {
"type": "git",