Skip to content

Commit

Permalink
Update prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Aug 20, 2023
1 parent dbec94b commit 309224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"setup": "./bin/setup.sh",
"dev": "cd docs && npm run dev",
"build": "./bin/build.sh",
"prebuild:docs": "npm run build",
"prebuild:docs": "npm run setup",
"build:docs": "cd docs && npm run build",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 309224d

Please sign in to comment.