Skip to content

Commit 467e5a5

Browse files
committed
change np script to release
1 parent 24c1e0f commit 467e5a5

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
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "rollup -c && cp src/types.d.ts dist/index.d.ts",
1313
"test": "echo \"Error: no test specified\"",
14-
"publish": "npm run build && np"
14+
"release": "npm run build && np"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-typescript": "^5.0.2",

0 commit comments

Comments
 (0)