File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
.vscode
3
3
scripts
4
4
test
5
- src
6
5
.npmrc
7
6
.travis.yml
8
7
.yarnrc
Original file line number Diff line number Diff line change 4
4
dist : trusty
5
5
script :
6
6
- npm run build:storybook
7
- - npm run build
7
+ - npm run build:js
8
8
9
9
deploy :
10
10
- provider : pages
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @amber-ds/components" ,
3
3
"version" : " 0.9.0" ,
4
- "main" : " dist/ index.js" ,
4
+ "main" : " index.js" ,
5
5
"displayName" : " Amber Design / Components" ,
6
6
"config" : {
7
7
"themeColor" : " #e74e0f"
21
21
"create:component" : " ts-node ./scripts/generator.ts" ,
22
22
"dev" : " NODE_ENV=development webpack-dev-server --hot" ,
23
23
"start" : " npm run storybook" ,
24
- "build:static " : " NODE_ENV=production webpack" ,
24
+ "build:js " : " NODE_ENV=production webpack" ,
25
25
"build:clean" : " rm -rf ./dist" ,
26
26
"build:storybook" : " npm run build:clean && build-storybook -c .storybook -o ./dist" ,
27
- "build" : " NODE_ENV=production npm run build:clean && npm run build:static " ,
27
+ "build" : " NODE_ENV=production npm run build:js " ,
28
28
"deploy" : " NODE_ENV=production npm run build:storybook && gh-pages -d dist" ,
29
29
"test:unit" : " NODE_ENV=test ava ./test/index.js --verbose" ,
30
30
"test" : " npm run test:unit"
You can’t perform that action at this time.
0 commit comments