Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
feat: 🎸 Showcase: Add 'generate'
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Oct 31, 2019
1 parent 07864bc commit b7ad1df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/superspider-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
"start": "nuxt start",
"generate": "nuxt generate"
},
"lint-staged": {
"*.{js,vue}": "eslint"
Expand Down

0 comments on commit b7ad1df

Please sign in to comment.