We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0922e commit ea66bfaCopy full SHA for ea66bfa
package.json
@@ -39,7 +39,7 @@
39
"prettier-fix": "prettier --write .",
40
"compile-tests": "tsc -p . --outDir out",
41
"test": "node ./out/test/runTest.js",
42
- "test-web": "node ./test/runTestWeb.js",
+ "test-web": "node ./out/test/runTestWeb.js",
43
"watch": "concurrently \"yarn run editor-view:watch\" \"node esbuild.js --watch\"",
44
"watch-web": "webpack --watch",
45
"sort-package-json": "sort-package-json"
0 commit comments