@commercetools/orders-update

v3.1.0
Library that helps with updating orders into the commercetools platform.
commercetools orders update

start

npm run test:watch

test

cross-env NODE_ENV=test NODE_PATH=./src babel-node node_modules/.bin/tape tests/**/*.spec.js | tap-spec

test:watch

chokidar src tests -c 'npm test'

build

npm run clean && babel src -d dist

clean

rimraf dist/*

codecov

cat ./coverage/lcov.info | codecov

coverage

npm run lint && npm run clean && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text npm test

coverage:html

npm run lint && cross-env NODE_ENV=test nyc --reporter=html npm test

lint

./scripts/lint src tests

commit

git-cz

prepublish

npm run build
npm i @commercetools/orders-update

Metadata

  • MIT
  • >= 10.0.0
  • Selwyn
  • released 11/4/2020

Downloads