Commit a5346eb2 authored by Nikolay Gromov's avatar Nikolay Gromov

Микроправка для работы линтера

parent 3ca4c539
......@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.",
"scripts": {
"test": "node_modules/.bin/stylelint ./src/**/*.less",
"test": "node_modules/.bin/stylelint './src/**/*.less'",
"start": "./node_modules/.bin/gulp",
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy",
"build": "cross-env NODE_ENV=production npm start build",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment