bundlesize
Advanced tools
Comparing version 0.11.1 to 0.11.2
{ | ||
"name": "bundlesize", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Keep your library size in check", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,4 +85,2 @@ <p align="center"> | ||
- Add this token as `BUNDLESIZE_GITHUB_TOKEN` as environment parameter in your CIs project settings. | ||
- On travis-ci: Make sure you have `Build branch updates` enabled | ||
- On CircleCi: Enable `GitHub Status updates` in your advanced project settings (this should be enabled by default). | ||
@@ -89,0 +87,0 @@ (Ask me for help if you're stuck) |
const Build = require('github-build') | ||
const { repo, sha, event } = require('ci-env') | ||
const { repo, sha } = require('ci-env') | ||
const token = require('./token') | ||
@@ -19,5 +19,4 @@ const debug = require('./debug') | ||
debug('sha', sha) | ||
debug('event', event) | ||
if (token && event === 'push') { | ||
if (token) { | ||
build.start() | ||
@@ -24,0 +23,0 @@ pass = message => build.pass(message) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11292
210
141