aboutsummaryrefslogtreecommitdiff
path: root/packages/icons-react/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/icons-react/package.json')
-rw-r--r--packages/icons-react/package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json
index 58321f8c..abca00ff 100644
--- a/packages/icons-react/package.json
+++ b/packages/icons-react/package.json
@@ -16,10 +16,5 @@
"url": "https://github.com/tabler/tabler-icons.git",
"directory": "packages/icons-react"
},
- "sideEffects": false,
- "scripts": {
- "build": "yarn clean && yarn build:icons",
- "build:icons": "echo 'Build icons React'",
- "clean": "rm -rf dist && rm -rf ./src/icons/*.js"
- }
+ "sideEffects": false
}