Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Aug 20, 2023
1 parent b9d5013 commit f34a220
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ npm install --legacy-peer-deps
npm run build
npm run test:coverage
npm run lint

# Docs
pushd docs
npm install
popd
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
],
"scripts": {
"setup": "./bin/setup.sh",
"dev": "cd docs && npm run dev",
"build": "./bin/build.sh",
"prebuild:docs": "npm run build",
"build:docs": "cd docs && npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit f34a220

Please sign in to comment.