Commit 13a3542f authored by Nikolay Gromov's avatar Nikolay Gromov

Добавил общую тестовую команду

parent 0631bed5
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"url": "https://github.com/nicothin/NTH-start-project.git" "url": "https://github.com/nicothin/NTH-start-project.git"
}, },
"scripts": { "scripts": {
"test": "stylelint \"src/**/*.scss\" --syntax=scss && eslint src/blocks/**/*.js src/js/**/*.js",
"test:style": "stylelint \"src/**/*.scss\" --syntax=scss", "test:style": "stylelint \"src/**/*.scss\" --syntax=scss",
"test:js": "eslint src/blocks/**/*.js src/js/**/*.js", "test:js": "eslint src/blocks/**/*.js src/js/**/*.js",
"start": "gulp", "start": "gulp",
......
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