Skip to content

Commit 7afc898

Browse files
committed
fix compile script
1 parent 9533d14 commit 7afc898

File tree

2 files changed

+1294
-2
lines changed

2 files changed

+1294
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/microsoft/node-jsonc-parser/issues"
1616
},
1717
"devDependencies": {
18-
"mocha": "^8.0.1",
18+
"mocha": "^7.1.2",
1919
"typescript": "^3.6.4",
2020
"@types/node": "^10.12.12",
2121
"@types/mocha": "^5.2.7",
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
2929
"postpublish": "node ./build/post-publish.js",
30-
"compile": "tsc -p ./src && && npm run lint",
30+
"compile": "tsc -p ./src && npm run lint",
3131
"compile-esm": "tsc -p ./src/tsconfig.esm.json",
3232
"remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
3333
"clean": "rimraf lib",

0 commit comments

Comments
 (0)