update rules of makefile, webpack, stylelintrc

This commit is contained in:
Simon Vieille 2022-10-16 18:23:20 +02:00
commit 1c1fe946cf
Signed by untrusted user: deblan
GPG key ID: 579388D585F70417
4 changed files with 11 additions and 6 deletions

View file

@ -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