Skip to content

Commit

Permalink
chore: move clean-nm.sh to tools folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Apr 29, 2020
1 parent f5f91c0 commit 1df700d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git d

WORKDIR /app

COPY package.json clean-nm.sh /app/
COPY package.json tools/clean-nm.sh /app/

RUN if [ "$USE_CHINA_NPM_REGISTRY" = 1 ]; then \
echo 'use npm mirror'; npm config set registry https://registry.npm.taobao.org; \
Expand Down
1 change: 0 additions & 1 deletion assets/radar-rules-next.js
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,6 @@
title: '频道',
docs: 'https://docs.rsshub.app/social-media.html#telegram',
source: '/:username',
verification: (params) => params.isChannel,
target: (params, url, document) => {
const isChannel = document && document.querySelector('.tgme_action_button_label');
if (isChannel) {
Expand Down
File renamed without changes.

0 comments on commit 1df700d

Please sign in to comment.