Update assets

Use yarn as we are `yarn.lock` and not `package-lock.json` (so cleanup `scripts`).
This commit is contained in:
Jeremy Benoist
2020-10-08 10:08:51 +02:00
parent f3e3e278ea
commit 21fb69fa12
16 changed files with 15 additions and 15 deletions

View File

@ -31,8 +31,8 @@ run: ## Run the wallabag built-in server
@php bin/console server:run --env=dev
build: ## Run webpack
@npm install
@npm run build:$(ENV)
@yarn install
@yarn build:$(ENV)
prepare: clean ## Prepare database for testsuite
ifdef DB