carbon-graveyard

v0.0.0
Deprecated code from the carbon-react package.

test

jest --config=./jest.conf.json

lint

eslint

precompile

npm run clean-lib && npm run copy-files && npm run babel

prepublishOnly

npm install && npm run precompile

babel

cross-env NODE_ENV=production babel --stage 0 ./src --config-file ./babel.config.js --out-dir ./lib --ignore '**/*/__spec__.js','**/*.spec.js','**/__definition__.js' --quiet

clean-lib

rimraf ./lib

copy-files

cpx "src/**/!(*.js|*.md|*.snap)" lib
npm i carbon-graveyard

Metadata

Downloads

Maintainers