Skip to content

Commit 65d6877

Browse files
authored
Update packages (#36)
1 parent c06a4ae commit 65d6877

3 files changed

Lines changed: 180 additions & 280 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ format:
1313
./scripts/docs_format.sh
1414
npm run format
1515

16+
.PHONY: lock
17+
lock:
18+
npm install --package-lock-only
19+
1620
.PHONY: clean
1721
clean:
1822
rm -rf built dist node_modules || true

0 commit comments

Comments
 (0)