mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
Add rimraf to build to help prevent examples being published
This commit is contained in:
parent
65e06338e3
commit
d3ae49ecb5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tsc && gulp build:icons",
|
||||
"build": "npx rimraf dist && tsc && gulp build:icons",
|
||||
"dev": "tsc --watch",
|
||||
"format": "prettier nodes credentials --write",
|
||||
"lint": "eslint nodes credentials package.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue