Skip to content

Commit 934b10d

Browse files
committed
Updates scripts
1 parent ef53bc9 commit 934b10d

File tree

2 files changed

+170
-3
lines changed

2 files changed

+170
-3
lines changed

package-lock.json

Lines changed: 163 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
"url": "https://github.com/pnp/action-cli-login/issues"
1414
},
1515
"scripts": {
16-
"test": "mocha \"lib/**/*.spec.js\"",
17-
"test:cov": "c8 npm run test",
16+
"dev": "concurrently \"npm:watch\" \"npm:package:watch\"",
1817
"build": "tsc -p .",
18+
"clean": "rimraf ./lib",
1919
"watch": "tsc -w -p .",
20-
"package": "ncc build --source-map"
20+
"package": "ncc build --source-map",
21+
"package:watch": "ncc build --watch --source-map",
22+
"test": "mocha \"lib/**/*.spec.js\"",
23+
"test:cov": "c8 npm run test"
2124
},
2225
"keywords": [
2326
"office 365",
@@ -107,6 +110,7 @@
107110
"@types/node": "18.16.19",
108111
"@vercel/ncc": "0.36.1",
109112
"c8": "8.0.0",
113+
"concurrently": "8.2.1",
110114
"mocha": "10.2.0",
111115
"source-map-support": "0.5.21",
112116
"typescript": "5.1.6"

0 commit comments

Comments
 (0)