diff --git a/build/build.sh b/build/build.sh deleted file mode 100755 index 4a2fe7c3..00000000 --- a/build/build.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -set -e - -npm run build --workspace @svgr/babel-plugin-add-jsx-attribute -npm run build --workspace @svgr/babel-plugin-remove-jsx-attribute -npm run build --workspace @svgr/babel-plugin-remove-jsx-empty-expression -npm run build --workspace @svgr/babel-plugin-replace-jsx-attribute-value -npm run build --workspace @svgr/babel-plugin-svg-dynamic-title -npm run build --workspace @svgr/babel-plugin-svg-em-dimensions -npm run build --workspace @svgr/babel-plugin-transform-react-native-svg -npm run build --workspace @svgr/babel-plugin-transform-svg-component -npm run build --workspace @svgr/babel-preset -npm run build --workspace @svgr/core -npm run build --workspace @svgr/hast-util-to-babel-ast -npm run build --workspace @svgr/plugin-jsx -npm run build --workspace @svgr/plugin-prettier -npm run build --workspace @svgr/plugin-svgo -npm run build --workspace @svgr/cli -npm run build --workspace @svgr/rollup -npm run build --workspace @svgr/webpack \ No newline at end of file diff --git a/package.json b/package.json index 0179cf87..4b5c2dea 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "examples/*" ], "scripts": { - "build": "build/build.sh", + "build": "lerna run build", "dev": "lerna run build --parallel -- --watch", "format": "prettier --write .", "lint": "eslint . && prettier --check .",