Skip to content

Commit

Permalink
Getting Started Docs (#61)
Browse files Browse the repository at this point in the history
* save

* fix package

Co-authored-by: riley napier <[email protected]>
  • Loading branch information
rileylnapier and riley napier authored Apr 26, 2021
1 parent f2f9e2d commit 9638d08
Show file tree
Hide file tree
Showing 14 changed files with 759 additions and 25 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
.vscode
.npmrc
.out

# Logs
logs
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"main": "index.js",
"private": true,
"scripts": {
"lerna": "lerna",
"lerna:version": "lerna version --no-push --no-git-tag-version",
"lerna:publish": "lerna publish from-package --yes --no-verify-access",
"postinstall": "lerna bootstrap && yarn build && husky install",
"build": "lerna run build --stream && yarn types",
"build:components": "lerna run build:components --stream",
"analyze:components": "yarn run build && ANALYZE=true lerna run build:components --scope @trycourier/components --stream",
"build:components": "lerna run build:components --stream",
"build:watch": "lerna run build:watch --stream --parallel",
"build": "lerna run build --stream && yarn types",
"clean": "lerna run clean --stream && lerna clean --yes && rimraf node_modules",
"eslint": "eslint './packages/**/*.{ts,tsx}' --fix",
"export:storybook": "lerna run build && lerna run export:storybook",
"lerna:publish": "lerna publish from-package --yes --no-verify-access",
"lerna:version": "lerna version --no-push --no-git-tag-version",
"lerna": "lerna",
"postinstall": "lerna bootstrap && yarn build && husky install",
"prettier": "prettier --write \"packages/**/*{js,json,ts,tsx}\"",
"test": "NODE_ENV=test jest",
"start:components": "lerna run build:watch --stream --parallel & yarn types & lerna run start:components --stream",
"start": "lerna run build:watch --stream --parallel & yarn types & lerna run storybook --stream",
"types": "lerna run types",
"test": "NODE_ENV=test jest",
"type-check": "lerna run type-check --parallel --stream",
"type-coverage:detail": "type-coverage --strict --detail",
"type-coverage": "type-coverage --strict --at-least 92"
"type-coverage": "type-coverage --strict --at-least 92",
"types": "lerna run types"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 9638d08

Please sign in to comment.