1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

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
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
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