Skip to content

Commit 210b690

Browse files
committed
add a start script as alias to patternlab:serve
1 parent 4ca490c commit 210b690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"Paul Wright <paul@paintedbicycle.com>"
2929
],
3030
"scripts": {
31+
"start": "npm run patternlab:serve",
3132
"webpack:version": "webpack --v",
3233
"patternlab:build": "webpack --mode=production --env.production",
3334
"patternlab:serve": "webpack-dev-server --mode=development --env.development",

0 commit comments

Comments
 (0)