Skip to content

Commit

Permalink
Merge pull request #2 from streamich/feat-build
Browse files Browse the repository at this point in the history
Feat build
  • Loading branch information
streamich authored Jun 5, 2018
2 parents 275d6e1 + 3ce6ffe commit 063825f
Show file tree
Hide file tree
Showing 19 changed files with 97,734 additions and 8,303 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
.idea/
node_modules/
npm-debug.log
yarn.lock
.vscode/
yarn-error.log
dist/
package-lock.json
19 changes: 19 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*.log
*.swo
*.swp
.DS_Store
.idea/
node_modules/
npm-debug.log
yarn.lock
.vscode/
yarn-error.log
lib/
.eslintrs.json
.nvmrc
.travis.yml
index.js
package-lock.json
run.js
yarn.lock
/test/
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: node_js
install:
- npm install
- yarn install
script:
- npm run lint
- yarn lint
- yarn build
- yarn test
after_success:
- npm run semantic-release
- npx semantic-release
- npx ci-scripts slack
- npx ci-scripts github-post
branches:
Expand Down
2 changes: 1 addition & 1 deletion bin/git-cz.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node

// eslint-disable-next-line import/no-unassigned-import, filenames/match-regex
require('../lib/cli');
require('../dist/cli');
Loading

1 comment on commit 063825f

@streamich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 1.5.0-master.11 🤞 master on Travis 🎉

Please sign in to comment.