зеркало из https://github.com/microsoft/tiny-calc.git
11 строки
388 B
JSON
11 строки
388 B
JSON
{
|
|
"scripts": {
|
|
"rush": "node common/scripts/install-run-rush.js",
|
|
"postinstall": "npm run rush -- install",
|
|
"build": "npm run rush -- build",
|
|
"test": "npm run rush -- test",
|
|
"prepublish": "npm run build && npm run test",
|
|
"setversion": "npm run rush -- version --ensure-version-policy --version-policy public --override-version"
|
|
}
|
|
}
|