Skip to content

Commit

Permalink
feat(project): add telemetry on postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Dec 3, 2020
1 parent b565e8a commit 0456253
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 4 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"lint": "yarn lint:javascript && yarn lint:stylelint",
"lint:javascript": "eslint --ext .jsx --ext .js .",
"lint:stylelint": "stylelint './src/**/*.scss' --syntax scss --ignorePath .gitignore --custom-formatter ./config/stylelint/sassMsgFormatter.js",
"postinstall": "carbon-telemetry collect --install",
"publish-npm": "yarn semantic-release",
"start": "yarn test:engines && yarn storybook",
"storybook": "yarn test:engines && start-storybook -p 3000 -s public/development",
Expand Down Expand Up @@ -132,6 +133,7 @@
"@carbon/icons-react": "10.17.0",
"@carbon/layout": "10.12.0",
"@carbon/motion": "10.6.0",
"@carbon/telemetry": "^0.0.0-alpha.4",
"@carbon/themes": "10.16.0",
"@monaco-editor/react": "^3.6.2",
"carbon-components": "10.17.0",
Expand Down
Loading

0 comments on commit 0456253

Please sign in to comment.