Skip to content

Commit 30f50e2

Browse files
committed
chore: rm -rf dist
1 parent 3fdcd31 commit 30f50e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/with-lodash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"start": "pnpm build && node dist/index.js",
77
"dev": "nodemon",
8-
"build": "del-cli dist && tsc"
8+
"build": "rm -rf dist && tsc"
99
},
1010
"dependencies": {
1111
"@stenodb/lodash": "workspace:*",

examples/with-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"start": "pnpm build && node dist/index.js",
77
"dev": "nodemon",
8-
"build": "del-cli dist && tsc"
8+
"build": "rm -rf dist && tsc"
99
},
1010
"dependencies": {
1111
"@stenodb/logger": "workspace:*",

0 commit comments

Comments
 (0)