Skip to content

Commit 256abf3

Browse files
committed
Npm scripts updated.
1 parent 47490ac commit 256abf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"docs": "typedoc",
4040
"docs:clean": "del-cli docs",
4141
"docs:deploy": "gh-pages -d docs -b docs",
42-
"publish": "npm publish --access public",
43-
"prepublishOnly": "npm run build",
42+
"release": "npm publish --access public",
43+
"prepublishOnly": "npm run build:clean && npm run build",
4444
"version:patch": "npm version patch",
4545
"version:minor": "npm version minor",
4646
"version:major": "npm version major"

0 commit comments

Comments
 (0)