瀏覽代碼

Update unit command to search in unit/build folder

gero3 5 年之前
父節點
當前提交
10edb58a14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/package.json

+ 1 - 1
test/package.json

@@ -4,7 +4,7 @@
   "description": "This package hiding test dependincies from main repo because puppeteer is pretty big.",
   "scripts": {
     "dev": "rollup -c rollup.unit.config.js -w -m inline",
-    "unit": "rollup -c rollup.unit.config.js && qunit -r failonlyreporter unit/build/three.source.unit.js"
+    "unit": "rollup -c rollup.unit.config.js && cd unit && ..\\qunit -r failonlyreporter build\\three.source.unit.js"
   },
   "devDependencies": {
     "failonlyreporter": "^1.0.0",