-
- Downloads
rollup: add a new test-full command and run tests without terser/babel by default
babel and terser make tests run really slow, so try to make it optional.
... | ... | @@ -68,8 +68,9 @@ |
"i18next": "i18next-scanner", | ||
"watch": "rollup -c --watch", | ||
"watch-local": "npm run watch", | ||
"watch-full": "rollup -c --watch --environment WATCH_FULL", | ||
"watch-full": "rollup -c --watch --environment FORCE_FULL", | ||
"test": "rollup -c --environment BUILD:test && karma start --singleRun", | ||
"test-full": "rollup -c --environment FORCE_FULL,BUILD:test && karma start --singleRun", | ||
"lint": "eslint ." | ||
} | ||
} |
Please register or sign in to comment