Skip to content

Commit 4f91cb8

Browse files
committed
Configure np for publishing
1 parent 9a10501 commit 4f91cb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.np-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"yarn": false
3+
}

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
],
1010
"scripts": {
1111
"build": "tsc",
12-
"test": "npm run build && jest --verbose",
13-
"preversion": "npm run test",
14-
"version": "git add -A dist",
15-
"postversion": "git push && git push --tags && npm publish"
12+
"test": "npm run build && jest --verbose"
1613
},
1714
"author": {
1815
"name": "Ty Mick",

0 commit comments

Comments
 (0)