Skip to content

Commit

Permalink
update grunt file to build config (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlie-777 committed Oct 28, 2022
1 parent 75409ec commit 253923b
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 77 deletions.
135 changes: 58 additions & 77 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
"packageName": "@microsoft/applicationinsights-web-basic",
"projectFolder": "AISKULight",
"shouldPublish": true
},
{
"packageName": "applicationinsights-web-config",
"projectFolder": "tools/config",
"shouldPublish": false
}
]
}
6 changes: 6 additions & 0 deletions tools/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"type": "git",
"url": "git+https://github.com/microsoft/ApplicationInsights-JS.git"
},
"scripts": {
"build": "npm run build:browser",
"build:browser": "grunt copy",
"rebuild": "npm run build",
"test": ""
},
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/ApplicationInsights-JS/issues"
Expand Down

0 comments on commit 253923b

Please sign in to comment.