Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from Tripwire/tidy/pkg
Browse files Browse the repository at this point in the history
Tidy/pkg
  • Loading branch information
cdaringe authored Feb 18, 2017
2 parents 0a119bd + 475aa3a commit a6a6a95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 72 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"storybook-dev": "node scripts/storybook-dev.js",
"validate": "npm ls && ripcord counsel check",
"secure": "nsp check",
"lint": "standard src/",
"lint": "standard 'src/**/*.js' '.storybook/**/*.js' 'scripts/**/*.js' 'test/**/*.js'",
"test": "jest",
"check-coverage": "nyc check-coverage --lines 90 --functions 90 --branches 90",
"preversion": "git checkout master && git pull",
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-post-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const repo = `https://${process.env.GH_TOKEN}@${pkg}`
const staticDocs = path.join(__dirname, '..', 'storybook-static')
const projectRoot = path.join(__dirname, '..')

if (!process.env.CI_BRANCH === 'master') {
if (process.env.CI_BRANCH !== 'master') {
console.warn('not on master, skipping publish cycle')
process.exit(0)
}
Expand Down
70 changes: 0 additions & 70 deletions stories/widgets.GenericApprovalWorkflow.stories.js

This file was deleted.

0 comments on commit a6a6a95

Please sign in to comment.