You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
As a developer I need an easy to use and consistent workflow.
Implementation
Add commands to run the gulp and gulp dev with npm.
Update the install command to use npm ci (https://docs.npmjs.com/cli/ci.html). There were a change in npm install, which always updates both package.json and package-lock.json, which can have undersired consequences. With ci it behaves more like we are used to with composer lock files.
The text was updated successfully, but these errors were encountered:
All DS components were added to packege json with semver versions so we are more able to control the flow of updates from DS.
Also added Pancake directly to package.json as there was a bug after they removed sass-versioning.
The branch has been merged to 8.x-1.x-dev – it needs to serve as base for components update.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As a developer I need an easy to use and consistent workflow.
Implementation
gulp
andgulp dev
with npm.npm ci
(https://docs.npmjs.com/cli/ci.html). There were a change innpm install
, which always updates both package.json and package-lock.json, which can have undersired consequences. Withci
it behaves more like we are used to with composer lock files.The text was updated successfully, but these errors were encountered: