Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit e6a921f

Browse files
authored
Merge pull request #27 from andrewiggins/windows-build
Enable builds on windows
2 parents bf25294 + f3275ac commit e6a921f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"clean": "rimraf lib",
1313
"compile": "tsc",
1414
"depcheck": "depcheck --ignore-dirs=lib --ignores=\"rimraf,source-map-support,@types/*\"",
15-
"format": "find src -name \"*.ts\" | xargs clang-format --style=file -i",
15+
"format": "clang-format --style=file -i \"--glob=src/**/*.ts\"",
1616
"lint": "tslint -p . --fix",
1717
"test": "npm run test:raw --silent | tap-diff",
18-
"test:raw": "tape -r source-map-support/register 'lib/test/*.test.js' 'lib/test/**/*.test.js'"
18+
"test:raw": "tape -r source-map-support/register \"lib/test/*.test.js\" \"lib/test/**/*.test.js\""
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)