forked from wallabag/wallabag
Fix make build by replacing grunt with webpack
This commit is contained in:
4
Makefile
4
Makefile
@ -23,8 +23,8 @@ dev: ## Install the latest dev version
|
|||||||
run: ## Run the wallabag built-in server
|
run: ## Run the wallabag built-in server
|
||||||
@php bin/console server:run --env=$(ENV)
|
@php bin/console server:run --env=$(ENV)
|
||||||
|
|
||||||
build: ## Run grunt
|
build: ## Run webpack
|
||||||
@grunt
|
@npm run build:$(ENV)
|
||||||
|
|
||||||
test: ## Launch wallabag testsuite
|
test: ## Launch wallabag testsuite
|
||||||
@ant prepare && bin/simple-phpunit -v
|
@ant prepare && bin/simple-phpunit -v
|
||||||
|
|||||||
Reference in New Issue
Block a user