mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix initial build: don't depend on package-lock.json
This commit is contained in:
parent
52cd9fc4b8
commit
c3f0ee5c97
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ develop: .build/build
|
|||
npm run build
|
||||
@touch $@
|
||||
|
||||
.build/npm: package.json package-lock.json
|
||||
.build/npm: package.json
|
||||
npm i
|
||||
touch $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue