Add task for building a development version of shareon

This commit is contained in:
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": {
"build": "gulp",
"build:dev": "cross-env NODE_ENV=development gulp",
"dev": "cross-env NODE_ENV=development gulp dev",
"pretest": "run-s build",
"test:lint": "eslint --ext .js,.ts ./src/",