0.4.32 • Published 7 years ago
@pie-lib/charting-config v0.4.32
@pie-lib/*
Some reusable react components, mostly used in pie components.
Elements are in packages.
install
yarn install
./node_modules/.bin/lerna bootstrapCommands
| Action | Cmd | Notes | 
|---|---|---|
| test | npm test | |
| lint | npm run lint | |
| build | npm run build | |
| release | npm run release | |
| dev | scripts/dev --scope $package-name | run the demo site on localhost:3000 --scope if optional | 
| static | scripts/wip $alias-name | build and deploy the static site tno now.sh | 
Workflow
- merging to 
developreleasesnextversions and deploys topie-lib-next.now.sh - merging to 
masterreleaseslatestversions and deploys topie-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 
independentversioning, 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_modulesand 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
7 years ago
0.4.30
7 years ago
0.4.29
7 years ago
0.4.28
7 years ago
0.4.27
7 years ago
0.4.25
7 years ago
0.4.24
7 years ago
0.4.23
7 years ago
0.4.22
7 years ago
0.4.21
7 years ago
0.4.20
7 years ago
0.4.19
7 years ago
0.4.18
7 years ago
0.4.17
7 years ago
0.4.16
7 years ago
0.4.15
7 years ago
0.4.14
7 years ago
0.4.13
7 years ago
0.4.12
7 years ago
0.4.11
7 years ago
0.4.10
7 years ago
0.4.9
7 years ago
0.4.8
7 years ago
0.4.7
7 years ago
0.4.4
7 years ago
0.4.3
7 years ago
0.4.2
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.7
7 years ago
0.3.6
7 years ago
0.3.5
7 years ago
0.3.4
7 years ago
0.3.3
7 years ago
0.3.2
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.6
7 years ago
0.2.5
7 years ago
0.2.4
7 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago