Skip to content

Commit ea66bfa

Browse files
committed
fix: test-web
1 parent 0e0922e commit ea66bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prettier-fix": "prettier --write .",
4040
"compile-tests": "tsc -p . --outDir out",
4141
"test": "node ./out/test/runTest.js",
42-
"test-web": "node ./test/runTestWeb.js",
42+
"test-web": "node ./out/test/runTestWeb.js",
4343
"watch": "concurrently \"yarn run editor-view:watch\" \"node esbuild.js --watch\"",
4444
"watch-web": "webpack --watch",
4545
"sort-package-json": "sort-package-json"

0 commit comments

Comments
 (0)