add proper gulp task to update version
This commit is contained in:
parent
85d4384a3c
commit
33a11e16ac
2 changed files with 14 additions and 106 deletions
|
@ -27,12 +27,12 @@
|
|||
}
|
||||
],
|
||||
"scripts": {
|
||||
"package": "gulp package",
|
||||
"build": "gulp build",
|
||||
"build:watch": "gulp watch",
|
||||
"link": "gulp link",
|
||||
"clean": "gulp clean && gulp link --clean",
|
||||
"update": "npm install --save-dev git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f3l-fixes",
|
||||
"updateManifest": "gulp updateManifest",
|
||||
"lint": "eslint 'src/**/*.ts' --cache",
|
||||
"lint:fix": "eslint 'src/**/*.ts' --cache --fix",
|
||||
"test": "ts-node ./node_modules/jasmine/bin/jasmine",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue