Add task for building a development version of shareon

pull/29/head
Nikita Karamov 2020-09-24 16:25:18 +02:00
parent bc1fa34391
commit 4340d58e57
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
], ],
"scripts": { "scripts": {
"build": "gulp", "build": "gulp",
"build:dev": "cross-env NODE_ENV=development gulp",
"dev": "cross-env NODE_ENV=development gulp dev", "dev": "cross-env NODE_ENV=development gulp dev",
"pretest": "run-s build", "pretest": "run-s build",
"test:lint": "eslint --ext .js,.ts ./src/", "test:lint": "eslint --ext .js,.ts ./src/",