Добавил команду npm run delpoy
Showing
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "./node_modules/.bin/gulp", | "start": "./node_modules/.bin/gulp", | ||
"deploy": "NODE_ENV=production ./node_modules/.bin/gulp build && ./node_modules/.bin/gulp deploy" | |||
}, | }, | ||
"author": "Nikolay Gromov", | "author": "Nikolay Gromov", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -43,7 +44,6 @@ | ... | @@ -43,7 +44,6 @@ |
"directories": { | "directories": { | ||
"source": "./src", | "source": "./src", | ||
"build": "./build" | "build": "./build" | ||
}, | } | ||
"deployURL": "http://nicothin.github.io/NTH-start-project/blocks_library.html" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment