Добавил создание symlink перед сборкой #3

Merged
Maks1mS merged 1 commits from fix/2-content-pages into master 2022-05-15 22:51:29 +03:00
Showing only changes of commit 92bcda8cfc - Show all commits

View File

@ -3,6 +3,7 @@
"scripts": {
"prestart": "node ./scripts/symlink.js",
"start": "npx @11t/eleventy --serve",
"prebuild": "node ./scripts/symlink.js",
"build": "cross-env NODE_ENV=production npx @11t/eleventy",
"stylelint": "stylelint 'src/**/*.css'",
"eslint": "eslint src"