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