Skip to content
Snippets Groups Projects
Commit b5e8353d authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon:
Browse files

Repair CI build (remove npm from script)

See issue #29
parent 0ee96d11
No related branches found
No related tags found
1 merge request!2Matomo web component
Pipeline #13001 failed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -32,15 +32,14 @@ ...@@ -32,15 +32,14 @@
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
"build": "npm run build-local",
"build-local": "rollup -c", "build-local": "rollup -c",
"build-dev": "rollup -c --environment BUILD:development", "build-dev": "rollup -c --environment BUILD:development",
"build-prod": "rollup -c --environment BUILD:production", "build-prod": "rollup -c --environment BUILD:production",
"build-demo": "rollup -c --environment BUILD:demo", "build-demo": "rollup -c --environment BUILD:demo",
"build-test": "rollup -c --environment BUILD:test", "build-test": "rollup -c --environment BUILD:test",
"i18next": "i18next-scanner", "i18next": "i18next-scanner",
"watch": "npm run watch-local", "watch": "rollup -c --watch",
"watch-local": "rollup -c --watch", "watch-local": "yarn run watch",
"watch-dev": "rollup -c --watch --environment BUILD:development", "watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun" "test": "npm run build-test && karma start --singleRun"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment