Skip to content

Commit

Permalink
Add back playground:* aliasing storybook:* for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 31, 2019
1 parent fd64588 commit 7fae32c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@
"storybook:build": "build-storybook -c ./storybook -o ./playground/dist",
"prestorybook:dev": "npm run build:packages",
"storybook:dev": "concurrently \"npm run dev:packages\" \"start-storybook -c ./storybook\"",
"playground:build": "npm run storybook:build",
"playground:dev": "npm run storybook:dev",
"preenv": "npm run check-engines",
"env": "wp-scripts env"
},
Expand Down

0 comments on commit 7fae32c

Please sign in to comment.