mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: revert CI checks to ensure that the package-lock.json file is up to date (#4135)
* Revert "ci: fail the build if `package-lock.json` is out of sync (#4101)"
This reverts commit b2807cecb3.
* Update package-lock.json
This commit is contained in:
committed by
GitHub
parent
f8ef2e99fa
commit
651d788ddb
@@ -16,7 +16,7 @@ RUN npm config set legacy-peer-deps true
|
||||
USER node
|
||||
|
||||
RUN \
|
||||
npm ci && \
|
||||
npm install && \
|
||||
npm run build && \
|
||||
# TODO: removing dev dependecies is deleting `bn.js`, which breaks the Snowflake node
|
||||
npm prune --omit=dev && \
|
||||
|
||||
Reference in New Issue
Block a user