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 e3c38f9 commit c27720aCopy full SHA for c27720a
package.json
@@ -53,8 +53,8 @@
53
"*.d.ts"
54
],
55
"scripts": {
56
- "build": "rimraf dist && tsup 'src/*.ts' --format cjs,esm --dts && esno scripts/postbuild.ts",
57
- "dev": "tsup 'src/*.ts' --watch src",
+ "build": "rimraf dist && tsup \"src/*.ts\" --format cjs,esm --dts && esno scripts/postbuild.ts",
+ "dev": "tsup \"src/*.ts\" --watch src",
58
"lint": "eslint \"{src,test}/**/*.ts\"",
59
"lint:fix": "nr lint -- --fix",
60
"play": "npm -C playground run dev",
0 commit comments