Skip to content

Commit

Permalink
feat: 完善 bootstrap storybook 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
imsunhao committed Dec 19, 2019
1 parent 3bd737d commit 6f3cc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/bootstrap-storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function bootstrapStorybook(argv: BuildService.parsedArgs) {

;(config as any).mode = process.env.NODE_ENV

const template = `#!/usr/bin/env node
const template = `// #!/usr/bin/env node
const path = require('path')
const rootDir = '${rootDir}'
const resolve = function (p) {
Expand Down

0 comments on commit 6f3cc31

Please sign in to comment.