Skip to content

Commit

Permalink
remove sample from rush (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Jan 23, 2024
1 parent f47e4f2 commit 0414984
Show file tree
Hide file tree
Showing 7 changed files with 12,848 additions and 42,429 deletions.
40,397 changes: 9,120 additions & 31,277 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

8,714 changes: 0 additions & 8,714 deletions npm-shrinkwrap.json

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"fullCleanBuild": "npm run fullClean && npm run rebuild",
"ai-min": "node common/scripts/install-run-rush.js ai-min",
"ai-restore": "node common/scripts/install-run-rush.js ai-restore",
"gh-status": "node ./tools/status-tools/github-status.js"
"gh-status": "node ./tools/status-tools/github-status.js",
"sample": "cd sample/applicationinsights-react-sample && npm install && npm run build"
},
"devDependencies": {
"@microsoft/rush": "^5.82.1",
Expand Down
5 changes: 0 additions & 5 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"packageName": "@microsoft/applicationinsights-react-js",
"projectFolder": "applicationinsights-react-js",
"shouldPublish": true
},
{
"packageName": "@microsoft/applicationinsights-react-sample",
"projectFolder": "sample/applicationinsights-react-sample",
"shouldPublish": true
}
]
}
3 changes: 1 addition & 2 deletions sample/applicationinsights-react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
"@microsoft/applicationinsights-web": "^3.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "~6.11.2",
"react-router-dom": "^6.11.2",
"web-vitals": "^3.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/jest": "^27.0.2",
"@types/node": "11.13.2",
"@types/react": "^16.9.11",
Expand Down
2,564 changes: 1,364 additions & 1,200 deletions sample/applicationinsights-react-sample/yarn.lock

Large diffs are not rendered by default.

3,591 changes: 2,361 additions & 1,230 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0414984

Please sign in to comment.