mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
back to npm
This commit is contained in:
@@ -4,12 +4,11 @@ RUN apt update && apt install -y git && rm -rf /var/lib/apt/lists/*
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json ./
|
COPY package*.json ./
|
||||||
COPY yarn.lock ./
|
RUN npm install
|
||||||
RUN yarn install
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn run build
|
RUN npm run build
|
||||||
RUN yarn install --production
|
RUN npm install --omit=dev
|
||||||
|
|
||||||
FROM node:lts-buster-slim
|
FROM node:lts-buster-slim
|
||||||
|
|
||||||
|
|||||||
11050
src/node/consumer/package-lock.json
generated
Normal file
11050
src/node/consumer/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -7,8 +7,8 @@
|
|||||||
"build": "node esbuild.js",
|
"build": "node esbuild.js",
|
||||||
"dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty",
|
"dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty",
|
||||||
"start": "node --trace-deprecation dist/main.cjs",
|
"start": "node --trace-deprecation dist/main.cjs",
|
||||||
"lint": "yarn eslint ./src --ext .ts,.js",
|
"lint": "eslint ./src --ext .ts,.js",
|
||||||
"lint-fix": "yarn run lint --fix",
|
"lint-fix": "npm run lint --fix",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "jest --watch"
|
"test:watch": "jest --watch"
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user