fix initial build: don't depend on package-lock.json

This commit is contained in:
Damien Elmes 2020-06-29 16:45:43 +10:00
parent 52cd9fc4b8
commit c3f0ee5c97

View File

@ -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 $@