studyjs

v5.0.2
A client side A/B tester

build

rollup --config configs/rollup.config.js

build-es5

NODE_ENV=production npx babel src -s inline -d build/es5

chore:delete-changelog-branch

if git show-ref --quiet refs/heads/chore-changelog; then git branch -D chore-changelog; fi

chore:branch

git checkout -b chore-changelog

chore:changelog

conventional-changelog -p eslint -i CHANGELOG.md -s -r 0

chore:setup-next-work

git checkout master && npm run chore:delete-changelog-branch

chore:pr

git add . && git commit -m '[chore] updates changelog' --no-verify && git push origin chore-changelog -f

chore:setup-changelog

git checkout master && git pull

chore

npm run chore:delete-changelog-branch && npm run chore:branch && npm run chore:changelog && npm run chore:pr && npm run chore:setup-next-work

postpublish

git tag $npm_package_version && git push origin --tags && npm run chore

prepublish

npm run build-es5

prepush

npm run build && npm test

lint

eslint . --fix

lint:ci

eslint .

test

jest

pages

git push -f origin master:gh-pages

Metadata

  • MIT
  • Whatever
  • Jacob Kelley
  • released 1/11/2019

Downloads