separate building and linking
This commit is contained in:
parent
3405407745
commit
19caaa5171
2 changed files with 9 additions and 2 deletions
|
@ -5,8 +5,9 @@
|
|||
"description": "",
|
||||
"scripts": {
|
||||
"package": "gulp package",
|
||||
"build": "gulp build && gulp link",
|
||||
"build": "gulp build",
|
||||
"build:watch": "gulp watch",
|
||||
"link": "gulp link",
|
||||
"clean": "gulp clean && gulp link --clean",
|
||||
"update": "npm install --save-dev gitlab:foundry-projects/foundry-pc/foundry-pc-types",
|
||||
"lint": "eslint 'src/**/*.ts' --cache",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue