-
- Downloads
Switch from npm to yarn
We use yarn for the toolkit now and it makes sense to use the same tool for all repos
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- .gitlab-ci.yml 6 additions, 6 deletions.gitlab-ci.yml
- .gitlab-ci/Dockerfile 6 additions, 0 deletions.gitlab-ci/Dockerfile
- .gitlab-ci/build.sh 1 addition, 1 deletion.gitlab-ci/build.sh
- README.md 5 additions, 5 deletionsREADME.md
- deploy.php 6 additions, 6 deletionsdeploy.php
- package-lock.json 0 additions, 8879 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- yarn.lock 5574 additions, 0 deletionsyarn.lock
package-lock.json
deleted
100644 → 0
This diff is collapsed.
... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
"build-demo": "rollup -c --environment BUILD:demo", | "build-demo": "rollup -c --environment BUILD:demo", | ||
"i18next": "i18next-scanner", | "i18next": "i18next-scanner", | ||
"watch": "rollup -c --watch", | "watch": "rollup -c --watch", | ||
"watch-local": "npm run watch", | "watch-local": "yarn run watch", | ||
"watch-full": "rollup -c --watch --environment FORCE_FULL", | "watch-full": "rollup -c --watch --environment FORCE_FULL", | ||
"test": "rollup -c --environment BUILD:test && karma start --singleRun", | "test": "rollup -c --environment BUILD:test && karma start --singleRun", | ||
"test-full": "rollup -c --environment FORCE_FULL,BUILD:test && karma start --singleRun", | "test-full": "rollup -c --environment FORCE_FULL,BUILD:test && karma start --singleRun", | ||
... | ... |
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment