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 d10e155 commit e2c9e71Copy full SHA for e2c9e71
package.json
@@ -7,7 +7,7 @@
7
"clean": "rm -fr dist",
8
"build": "npm run clean && tsc",
9
"release": "npm run build && np --tag=next --branch=next --no-tests --no-release-draft",
10
- "release:latest": "npm run build && np"
+ "release:latest": "npm run build && np --no-tests"
11
},
12
"repository": {
13
"type": "git",
0 commit comments