Skip to content

Commit

Permalink
fix(build): build and test now return true
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitlab-CI committed Sep 11, 2018
1 parent 8c7ae97 commit 7de0299
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
30 changes: 22 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
"homepage": "https://yeutech-lab.github.io/wallpapers-yeutech",
"author": "Dimitri Kopriwa <dimitri.kopriwa@yeutech.vn> (https://github.com/kopax)",
"scripts": {
"build": "echo No build",
"build": "true",
"build:readme": "toctoc README.md -w",
"test": "echo No test",
"test": "true",
"prepublish": "npm run build",
"lint-staged": "lint-staged",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"postinstall": "node -e \"console.log('\\u001b[31m@yeutech/wallpapers-yeutech is deprecated, use wallpapers-yeutech instead.')\" || exit 0"
"styleguide:build": "styleguidist build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -131,4 +130,4 @@
},
"declinationId": "static",
"contributors": []
}
}

0 comments on commit 7de0299

Please # to comment.