Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build changes #10

Merged
merged 4 commits into from
Jul 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Created by .ignore support plugin (hsz.mobi)
node_modules/
node_modules/
.envrc
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resume.pdf
resume.json
.DS_Store
.idea/
.envrc
.travis.yml
Kards10/less/
Kards10/images/
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ before_install:
- npm install -g npm@latest

install:
- npm install
- npm install -g resume-cli
- npm install @percy/script
- npm ci
- npm install -g resume-cli
- npm install --no-save @percy/script

cache:
directories:
- "$HOME/.npm"

script:
- npm run build:styles
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"homepage": "https://github.com/XuluWarrior/jsonresume-theme-kards",
"scripts": {
"build:styles": "lessc Kards10/less/styles.less Kards10/css/styles.css",
"release:prepare": "npm version patch -m \"Release: %s\""
"release:prepare": "git checkout master && git pull && npm version patch -m \"Release: %s\""
},
"dependencies": {
"handlebars": "^4.1.2",
Expand Down