We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdcd31 commit 30f50e2Copy full SHA for 30f50e2
examples/with-lodash/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"start": "pnpm build && node dist/index.js",
7
"dev": "nodemon",
8
- "build": "del-cli dist && tsc"
+ "build": "rm -rf dist && tsc"
9
},
10
"dependencies": {
11
"@stenodb/lodash": "workspace:*",
examples/with-node/package.json
"@stenodb/logger": "workspace:*",
0 commit comments