microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Update the GitHub build workflow to use ci so that dependencies are installed based on package-lock file #90

Closed janechu closed 3 years ago

janechu commented 3 years ago

Pull Request

📖 Description

This change affects the build gate and uses npm ci which installed from the package-lock file and should be more performant. More information about npm ci can be found here.

✅ Checklist

General