Skip to content

Commit

Permalink
Merge pull request #11697 from rtibbles/yarn_check
Browse files Browse the repository at this point in the history
Remove mostly useless warning against using npm
  • Loading branch information
rtibbles authored Jan 4, 2024
2 parents e009737 + b099ecc commit 3a50de0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"devserver-with-kds": "concurrently --passthrough-arguments --kill-others \"yarn:watch --watchonly={2} --require-kds-path --kds-path={1}\" yarn:python-devserver yarn:hashi-dev --",
"bundle-stats": "kolibri-tools build stats --file ./build_tools/build_plugins.txt --transpile",
"clean": "kolibri-tools build clean --file ./build_tools/build_plugins.txt",
"preinstall": "node ./packages/kolibri-tools/lib/npm_deprecation_warning.js",
"lint-frontend": "kolibri-tools lint --pattern '{kolibri*/**/assets,packages,build_tools}/**/*.{js,vue,scss,less,css}' --ignore '**/dist/**,**/node_modules/**,**/static/**,**/kolibri-core-for-export/**'",
"lint-frontend:format": "yarn run lint-frontend --write",
"lint-frontend:watch": "yarn run lint-frontend --monitor",
Expand Down
8 changes: 0 additions & 8 deletions packages/kolibri-tools/lib/npm_deprecation_warning.js

This file was deleted.

0 comments on commit 3a50de0

Please sign in to comment.