mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
chore: add configuration for np
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
*
|
||||
!dist/**/*
|
||||
!dist/**/*
|
||||
!styles/**/*
|
||||
@@ -77,6 +77,11 @@
|
||||
"scripts": {
|
||||
"build": "./scripts/build.sh",
|
||||
"watch": "./scripts/build.sh --watch",
|
||||
"pub": "./scripts/compile.sh && npm publish"
|
||||
"prepub": "./scripts/compile.sh",
|
||||
"pub": "np"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com",
|
||||
"access": "restricted"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user