|
16 | 16 | "build:lint:fix": "eslint --fix 'src/**' --ext .js,.jsx --env browser,node", |
17 | 17 | "build:lint": "eslint 'src/**' --ext .js,.jsx --env browser,node", |
18 | 18 | "build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --ignore \"src/**/*.spec.js\",\"src/**/*.test.js\",\"src/**/*.Component.js\",\"src/_playground/*\"", |
19 | | - "deploy": "gh-pages -d build", |
| 19 | + "deploy": "npm run build-doc && gh-pages -d build", |
20 | 20 | "lint:fix": "npm run build:lint:fix", |
21 | 21 | "lint:pre-commit": "printf \"running pre-commit lint...\" && npm run lint && printf \"done!\n\"", |
22 | 22 | "lint": "npm run build:lint", |
23 | | - "predeploy": "npm run build", |
24 | 23 | "release": "./ci-scripts/publish_release.sh", |
25 | 24 | "size": "npm run build && size-limit", |
26 | 25 | "size:debug": "npm run build && size-limit --why", |
|
34 | 33 | "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive" |
35 | 34 | }, |
36 | 35 | "dependencies": { |
| 36 | + "annotated-prop-types": "^0.3.0", |
37 | 37 | "classnames": "^2.2.6", |
38 | 38 | "fiori-fundamentals": "^1.4.0", |
39 | 39 | "react-router": "^4.3.1", |
|
45 | 45 | "@babel/core": "7.1.0", |
46 | 46 | "@babel/polyfill": "^7.1.5", |
47 | 47 | "@svgr/webpack": "2.4.1", |
48 | | - "annotated-prop-types": "^0.3.0", |
49 | 48 | "babel-core": "7.0.0-bridge.0", |
50 | 49 | "babel-eslint": "9.0.0", |
51 | 50 | "babel-jest": "23.6.0", |
|
0 commit comments