mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-07-02 23:20:13 +00:00
babel build
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"postinstall": "lerna bootstrap",
|
||||
"publish": "lerna run build && lerna publish --silent",
|
||||
"build": "node -r babel-register build.js",
|
||||
"build": "node -r babel-register build.js && ./node_modules/.bin/gulp prod",
|
||||
"start": "node -r babel-register ./node_modules/.bin/webpack-dev-server --config webpack.config.babel.js",
|
||||
"lint": "eslint ./packages --ext .js --ext .jsx --ignore-path .gitignore",
|
||||
"pretest": "yarn lint --cache",
|
||||
@@ -46,6 +46,8 @@
|
||||
"eslint-plugin-import": "2.7.0",
|
||||
"eslint-plugin-jsx-a11y": "5.1.1",
|
||||
"eslint-plugin-react": "7.2.1",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-babel": "7.0.0",
|
||||
"html-webpack-plugin": "2.30.1",
|
||||
"jest": "20.0.4",
|
||||
"jsdom": "11.2.0",
|
||||
|
||||
Reference in New Issue
Block a user