Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
chore: add script demo:generate
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec committed Jul 31, 2020
1 parent a6a583f commit 34bc2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"build": "yarn clean && tsc && copyfiles -u 1 src/**/*.css dist",
"clean": "rimraf dist",
"demo": "cd demo && yarn dev",
"demo:generate": "yarn build && cd demo && yarn generate",
"postinstall": "cd demo && yarn"
},
"devDependencies": {
Expand Down

0 comments on commit 34bc2da

Please sign in to comment.