Some checks failed
Build Extension / Build (ubuntu-latest) (push) Has been cancelled
Build Extension / Build (windows-latest) (push) Has been cancelled
Build Extension / Test (ubuntu-latest) (push) Has been cancelled
Build Extension / Test (windows-latest) (push) Has been cancelled
Release / Release (push) Has been cancelled
17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"name": "build",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@microsoft/rush": "^5.10.3"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "rush update && rush build",
|
|
"build-ci": "rush install && rush build",
|
|
"build-release": "rush install && rush build --release"
|
|
},
|
|
"author": "GitHub"
|
|
} |