Skip to content

Commit

Permalink
Remove Node/NPM/Prettier
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
  • Loading branch information
egibs committed May 22, 2024
1 parent 63db6ce commit dd4dcf8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 64 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ RUN apk update \
git \
libffi-dev \
ncurses-dev \
nodejs \
npm \
openssl-dev \
readline-dev \
sqlite-dev \
Expand Down Expand Up @@ -49,12 +47,6 @@ COPY Pipfile.lock .
RUN pipenv uninstall --all
RUN pipenv sync --dev

COPY package.json .
COPY package-lock.json .
RUN npm install

ENV PATH="/home/panther-analysis/node_modules/.bin:$PATH"

# Remove pipfile so it doesn't interfere with local files after install
RUN rm Pipfile
RUN rm Pipfile.lock
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ lint-pylint:
lint-fmt:
@echo Checking python file formatting with the black code style checker
pipenv run black --line-length=100 --check $(dirs)
npx prettier . --check

venv:
pipenv sync --dev
Expand All @@ -53,12 +52,9 @@ pat-update:
fmt:
pipenv run isort --profile=black $(dirs)
pipenv run black --line-length=100 $(dirs)
npx prettier . --write --list-different

install:
pipenv sync --dev
# install prettier for formatting YAML and Markdown files
npm install

test: global-helpers-unit-test
pipenv run panther_analysis_tool test $(TEST_ARGS)
Expand Down
43 changes: 0 additions & 43 deletions package-lock.json

This file was deleted.

9 changes: 0 additions & 9 deletions package.json

This file was deleted.

0 comments on commit dd4dcf8

Please sign in to comment.