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 9a09eb8 commit 9615070Copy full SHA for 9615070
package.json
@@ -14,7 +14,7 @@
14
"scripts": {
15
"eslint": "eslint src test",
16
"eslint:fix": "eslint src test --fix",
17
- "_copyTest": "shx cp dist/language-worker.js test/dist/language-worker.js && shx cp dist/language-worker-debug.js test/dist/language-worker-debug.js",
+ "_copyTest": "shx mkdir -p test/dist && shx cp dist/language-worker.js test/dist/language-worker.js && shx cp dist/language-worker-debug.js test/dist/language-worker-debug.js",
18
"_build-prod": "webpack --mode production",
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",
0 commit comments