2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00

add npm run dev script

This commit is contained in:
Benedikt Rötsch 2019-04-18 19:08:57 +07:00
parent aa0304fdaa
commit 56694e2767
2 changed files with 665 additions and 30 deletions

692
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@
"gulp-header": "^2.0.7", "gulp-header": "^2.0.7",
"gulp-rename": "^1.4.0", "gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1", "gulp-uglify": "^3.0.1",
"nodemon": "^1.18.11",
"typescript": "^3.3.3", "typescript": "^3.3.3",
"vinyl-buffer": "^1.0.0", "vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0" "vinyl-source-stream": "^2.0.0"
@ -40,6 +41,8 @@
"repository": "github:Ionaru/easy-markdown-editor", "repository": "github:Ionaru/easy-markdown-editor",
"scripts": { "scripts": {
"prepare": "gulp", "prepare": "gulp",
"build": "gulp",
"dev": "nodemon -x gulp -w src",
"test:types": "tsc --project types/tsconfig.json" "test:types": "tsc --project types/tsconfig.json"
} }
} }