Commit 8cbc5fd8 authored by Nikolay Gromov's avatar Nikolay Gromov

Исправление npm test

parent ed6da1bc
{ {
"name": "NTH-start-project", "name": "NTH-start-project",
"version": "1.0.0", "version": "1.1.0",
"description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.", "description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.",
"scripts": { "scripts": {
"test": "node_modules/.bin/stylelint './src/**/*.less'", "test": "stylelint \"src/**/*.less\"",
"start": "./node_modules/.bin/gulp", "start": "./node_modules/.bin/gulp",
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy", "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", "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