Skip to content

Commit 4d42692

Browse files
committed
fix the path for the test commands
1 parent 8d3cf80 commit 4d42692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"prelint": "npm run build",
1010
"lint": "ruby scripts/lint.rb",
1111
"pretest": "npm run build",
12-
"test": "node test/src/commands/test.js",
12+
"test": "node test/source/commands/test.js",
1313
"cov": "npm test -- --coverage",
1414
"preversion": "npm test",
1515
"version": "npm run build && git add -A syntaxes",
1616
"pregenerate-specs": "npm run build",
17-
"generate-specs": "node test/src/commands/generate-specs.js",
18-
"sort-specs": "node test/src/commands/sort-specs.js",
17+
"generate-specs": "node test/source/commands/generate-specs.js",
18+
"sort-specs": "node test/source/commands/sort-specs.js",
1919
"vscode:prepublish": "npm run build"
2020
},
2121
"keywords": [

0 commit comments

Comments
 (0)