Skip to content

Run prettier and some other fixups#3

Open
jaltekruse wants to merge 20 commits intoconvert-to-typescriptfrom
desmos-main
Open

Run prettier and some other fixups#3
jaltekruse wants to merge 20 commits intoconvert-to-typescriptfrom
desmos-main

Conversation

@jaltekruse
Copy link
Copy Markdown
Owner

No description provided.

Anand Thakker and others added 20 commits January 26, 2022 11:45
* Assert that selectDir is not called recursively
* Split out incrementalizable portion of selectDir
* Wrap up incremental selection in a higher order function
* Add `selectAll` and `selectTo{Block,Root}EndInDir` methods to controller
Currently, running `make` will frequently leave `package-lock.json`
modified because it runs `npm install`, which is allowed to upgrade
dependencies according to the rules in `package.json`.

`npm ci` installs exactly what's specified in `package-lock.json` and
never modifies it.
Use npm ci instead of npm install when building
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants