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 e8cf6a0 commit dc8116cCopy full SHA for dc8116c
package.json
@@ -40,9 +40,9 @@
40
"test": "test"
41
},
42
"scripts": {
43
- "build": "rimraf dist; unbuild; nr size; nr copy",
+ "build": "rimraf dist; unbuild; nr copy",
44
"dev": "unbuild --stub",
45
- "release": "bumpp --commit --tag; nr build; cd dist; pnpm publish; cd ..;",
+ "release": "bumpp --commit --tag; nr build; cd dist; pnpm publish; cd ..; nr size",
46
"start": "esno src/index.ts",
47
"test": "vitest",
48
"size": "sizesnap",
0 commit comments