forked from deblan/side_menu
update rules of makefile, webpack, stylelintrc
This commit is contained in:
parent
1a550f066f
commit
1c1fe946cf
4 changed files with 11 additions and 6 deletions
10
Makefile
10
Makefile
|
|
@ -1,11 +1,15 @@
|
|||
npm-build:
|
||||
build:
|
||||
npm run build
|
||||
|
||||
npm-watch:
|
||||
watch:
|
||||
npm run watch
|
||||
|
||||
dep:
|
||||
yarn
|
||||
npm link @nextcloud/vue || sudo npm link @nextcloud/vue
|
||||
|
||||
.ONESHELL:
|
||||
release: npm-build translations
|
||||
release: build translations
|
||||
if [ -z "$$VERSION" ]; then
|
||||
echo "VERSION required"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue