ajout script buildAll pour build le projet
This commit is contained in:
parent
24296d47eb
commit
6346da4ed5
@ -11,7 +11,9 @@
|
|||||||
"dev": "NODE_ENV=development webpack --config webpack.js --progress",
|
"dev": "NODE_ENV=development webpack --config webpack.js --progress",
|
||||||
"watch": "NODE_ENV=development webpack --config webpack.js --progress --watch",
|
"watch": "NODE_ENV=development webpack --config webpack.js --progress --watch",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css"
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
|
||||||
|
"tailwind": "npx tailwindcss -i ./src/input.css -o ./src/output.css",
|
||||||
|
"buildAll": "npm run build; npm run tailwind"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"extends @nextcloud/browserslist-config"
|
"extends @nextcloud/browserslist-config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user