fix initial build: don't depend on package-lock.json
This commit is contained in:
parent
52cd9fc4b8
commit
c3f0ee5c97
@ -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 New Issue
Block a user