Skip to content

Commit

Permalink
🐛 fix scripts in package.json (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongshun authored May 25, 2021
1 parent d2168b0 commit fd289f2
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 @@ -17,7 +17,7 @@
"scripts": {
"examples:install": "npm-run-all --serial build install:*",
"examples:start": "npm-run-all --parallel start:*",
"examples:start-multiple": "run-p start:main-multiple start:react15 start:vue",
"examples:start-multiple": "run-p start-main-multiple start:react15 start:vue",
"install:main": "cd examples/main && yarn",
"start:main": "cd examples/main && yarn start",
"start-main-multiple": "cd examples/main && yarn start:multiple",
Expand Down

1 comment on commit fd289f2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for qiankun ready!

✅ Preview
https://qiankun-me0hppk96-umijs.vercel.app

Built with commit fd289f2.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.