Skip to content

Commit e2c9e71

Browse files
committed
update npm scripts
1 parent d10e155 commit e2c9e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clean": "rm -fr dist",
88
"build": "npm run clean && tsc",
99
"release": "npm run build && np --tag=next --branch=next --no-tests --no-release-draft",
10-
"release:latest": "npm run build && np"
10+
"release:latest": "npm run build && np --no-tests"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)