1
0
forked from ti-nuage/site

Nouvelle dépendance pour la génération des CR.

This commit is contained in:
David Soulayrol
2022-05-24 09:51:01 +02:00
parent 42086ba3e7
commit 1167671f1d
3 changed files with 64 additions and 7 deletions

View File

@@ -1,17 +1,17 @@
{
"name": "ti-nuage.fr",
"version": "2022.03.29",
"version": "2022.05.24",
"private": true,
"description": "Ti Nuage Website",
"main": "",
"scripts": {
"build": "DEBUG=metalsmith* npm run clean && npm run build:metalsmith",
"build:prod": "NODE_ENV=production npm run build",
"build:metalsmith": "nodejs scripts/run.js build",
"build:metalsmith": "node scripts/run.js build",
"clean": "rimraf dist",
"dev": "npm run build && DEBUG=metalsmith* nodemon scripts/run.js serve",
"server": "npm run build && http-server dist",
"deploy": "npm run build:prod && cd dist && rsync -v -rlptz --relative * $SERVER_PATH",
"deploy": "npm run build:prod && cd dist && rsync -v -rlptz --relative -e \"ssh -p $SERVER_PORT\" * $SERVER_PATH",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint scripts",
"lint:css": "stylelint assets/**/*.css",
@@ -41,6 +41,7 @@
"metalsmith": "^2.4.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-clean-css": "^6.1.3",
"metalsmith-groff": "^0.2.0",
"metalsmith-markdownit": "^0.5.0",
"metalsmith-rename": "^1.0.0",
"metalsmith-sitemap": "^1.2.2",