Skip to content

Commit

Permalink
add missing setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 4, 2019
1 parent 7d32f2d commit 6fd8b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -16,6 +16,7 @@
"release": "NODE_ENV=production npm run setup && lerna publish",
"setup": "run-s bootstrap build",
"docs": "run-s docs:*",
"docs:setup": "cd ./website && npm install && cd ..",
"docs:generate": "npm run clean:website && ./scripts/generateDocs.js",
"docs:build": "cd ./website && npm run build && cd ..",
"docs:deploy": "./scripts/updateDocs.js",
Expand Down

0 comments on commit 6fd8b41

Please sign in to comment.