Skip to content

Commit 639265a

Browse files
authored
refactor: add setup command + uikit build NPM script
Update NPM scripts to include a uikit-specific build command + consolidate `setup` command
1 parent 2959b93 commit 639265a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"private": true,
66
"scripts": {
77
"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",
810
"precommit": "pretty-quick --staged",
911
"prettier": "prettier --config .prettierrc --write ./**/*.js",
1012
"test": "lerna run test",

0 commit comments

Comments
 (0)