mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-18 15:11:15 +00:00
Merge pull request #3311 from nclsHart/makefile-webpack
Fix make build by replacing grunt with webpack
This commit is contained in:
commit
fccc3a2e07
1 changed files with 2 additions and 2 deletions
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 a new issue