We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3cf80 commit 4d42692Copy full SHA for 4d42692
package.json
@@ -9,13 +9,13 @@
9
"prelint": "npm run build",
10
"lint": "ruby scripts/lint.rb",
11
"pretest": "npm run build",
12
- "test": "node test/src/commands/test.js",
+ "test": "node test/source/commands/test.js",
13
"cov": "npm test -- --coverage",
14
"preversion": "npm test",
15
"version": "npm run build && git add -A syntaxes",
16
"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",
+ "generate-specs": "node test/source/commands/generate-specs.js",
+ "sort-specs": "node test/source/commands/sort-specs.js",
19
"vscode:prepublish": "npm run build"
20
},
21
"keywords": [
0 commit comments