Skip to content

Commit 7c555d9

Browse files
committed
add release script and np config
1 parent cbcc467 commit 7c555d9

File tree

3 files changed

+1132
-30
lines changed

3 files changed

+1132
-30
lines changed

.np-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"branch": "v3",
3+
"preview": true,
4+
"tag": "alpha"
5+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"size": "size-limit",
2626
"analyze": "size-limit --why",
2727
"storybook": "start-storybook -p 6006",
28-
"build-storybook": "build-storybook"
28+
"build-storybook": "build-storybook",
29+
"release": "np"
2930
},
3031
"jest": {
3132
"modulePaths": [
@@ -91,6 +92,7 @@
9192
"babel-loader": "^8.2.3",
9293
"css-loader": "^5.0.0",
9394
"husky": "^7.0.4",
95+
"np": "^7.6.0",
9496
"react": "^17.0.2",
9597
"react-dom": "^17.0.2",
9698
"react-is": "^17.0.2",

0 commit comments

Comments
 (0)