mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add e2e tests to workspace
This commit is contained in:
parent
7673d32912
commit
8d015fdca3
4 changed files with 14 additions and 12 deletions
|
|
@ -6,13 +6,13 @@ ENV CI=true
|
|||
WORKDIR /app
|
||||
|
||||
# Copy package files first for better caching
|
||||
COPY package*.json ./
|
||||
COPY packages/safe-chain/package*.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
|
||||
# Copy the rest of the application
|
||||
COPY . .
|
||||
COPY packages/safe-chain ./
|
||||
|
||||
# Build the application
|
||||
RUN npm --no-git-tag-version version 1.0.0 --allow-same-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue