We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2959b93 commit 639265aCopy full SHA for 639265a
package.json
@@ -5,6 +5,8 @@
5
"private": true,
6
"scripts": {
7
"bootstrap": "lerna bootstrap",
8
+ "setup": "npm run bootstrap && npm run build:uikit",
9
+ "build:uikit": "lerna exec --scope @pattern-lab/uikit-workshop -- npm run build",
10
"precommit": "pretty-quick --staged",
11
"prettier": "prettier --config .prettierrc --write ./**/*.js",
12
"test": "lerna run test",
0 commit comments