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 6aa7df9 commit 9a09eb8Copy full SHA for 9a09eb8
package.json
@@ -19,8 +19,7 @@
19
"_build-dev": "webpack --mode development && shx mv dist/language-worker.js dist/language-worker-debug.js",
20
"test-browser": "npm run serve & open-cli http://127.0.0.1:8080/test/index.html",
21
"build": "npm run eslint && npm run _build-dev && npm run _build-prod && npm run _copyTest",
22
- "serve": "http-server . -p 8080 -c-1",
23
- "_serve-tauri": "http-server . -p 8081 -c-1",
+ "serve": "http-server . -p 8090 -c-1",
24
"bumpPatchVersion": "npm --no-git-tag-version version patch",
25
"bumpPatchVersionWithGitTag": "npm version patch",
26
"release": "npm run build && npm run bumpPatchVersionWithGitTag"
0 commit comments