0.4.32 • Published 5 years ago

@pie-lib/charting-config v0.4.32

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

@pie-lib/*

CircleCI

Some reusable react components, mostly used in pie components.

Elements are in packages.

install

yarn install
./node_modules/.bin/lerna bootstrap

Commands

ActionCmdNotes
testnpm test
lintnpm run lint
buildnpm run build
releasenpm run release
devscripts/dev --scope $package-namerun the demo site on localhost:3000 --scope if optional
staticscripts/wip $alias-namebuild and deploy the static site tno now.sh

Workflow

  • merging to develop releases next versions and deploys to pie-lib-next.now.sh
  • merging to master releases latest versions and deploys to pie-lib.now.sh

test a single package

Just point jest to the dir/file:

./node_modules/.bin/jest packages/pkg-name/src/

contributing

  • the packages use independent versioning, meaning that a change in 1 package won't bump another package's version.
  • use conventional commits syntax when commiting, lerna will detect the appropriate version bump.

dependencies

Test issues

Sometimes the project test set up can get out of synch

  • try lerna bootstrap, npm run build, rm -fr packages/test-utils/node_modules and run again.

Building and deploying a pre-release

# make sure the local demo is working first: scripts/dev then:
./node_modules/.bin/next build packages/demo
./node_modules/.bin/next export packages/demo
cd out
# you can now deploy using now (or if you have another static site handler)
now .

0.4.32

5 years ago

0.4.30

5 years ago

0.4.29

5 years ago

0.4.28

5 years ago

0.4.27

5 years ago

0.4.25

5 years ago

0.4.24

5 years ago

0.4.23

5 years ago

0.4.22

5 years ago

0.4.21

5 years ago

0.4.20

5 years ago

0.4.19

5 years ago

0.4.18

5 years ago

0.4.17

6 years ago

0.4.16

6 years ago

0.4.15

6 years ago

0.4.14

6 years ago

0.4.13

6 years ago

0.4.12

6 years ago

0.4.11

6 years ago

0.4.10

6 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago