ADD storybook bins for angular

This commit is contained in:
Norbert de Langen 2017-09-09 14:19:27 +02:00
parent ff7f049271
commit 4874d446aa
3 changed files with 8 additions and 2 deletions

3
app/angular/bin/build.js vendored Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env node
require('../dist/server/build');

3
app/angular/bin/index.js vendored Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env node
require('../dist/server');

View File

@ -10,8 +10,8 @@
"main": "dist/client/index.js",
"bin": {
"build-storybook": "./bin/build.js",
"start-storybook": "bin/index.js",
"storybook-server": "bin/index.js"
"start-storybook": "./bin/index.js",
"storybook-server": "./bin/index.js"
},
"repository": {
"type": "git",