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:
parent
f3e3e278ea
commit
21fb69fa12
16 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue