mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-14 16:26:04 +01:00
Fix make build by replacing grunt with webpack
This commit is contained in:
parent
882da5c5eb
commit
5385fda8ab
4
Makefile
4
Makefile
@ -23,8 +23,8 @@ dev: ## Install the latest dev version
|
||||
run: ## Run the wallabag built-in server
|
||||
@php bin/console server:run --env=$(ENV)
|
||||
|
||||
build: ## Run grunt
|
||||
@grunt
|
||||
build: ## Run webpack
|
||||
@npm run build:$(ENV)
|
||||
|
||||
test: ## Launch wallabag testsuite
|
||||
@ant prepare && bin/simple-phpunit -v
|
||||
|
Loading…
Reference in New Issue
Block a user