@heduapp/book-environments

v0.3.35
Conversion project from environments to items

start

react-scripts start

build

tsc -p ./tsconfig.lib.json

prettier

prettier --config .prettierrc --write "{src,test,.vscode}/**/*.{ts,json}"

prettier-watch

onchange "{src,test,.vscode}/**/*.{ts,tsx,json}" -- prettier --config .prettierrc --write {{changed}}

test

jest --config jestconfig.json

test-watch

jest --config jestconfig.json --watchAll

lint

TODO:lint

tslint -p tsconfig.json

prepublish

npm test && npm run lint && npm run build && git push

preversion

npm run lint

postversion

git push && git push --tags && npm publish
npm i @heduapp/book-environments

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 11/26/2021

Downloads