Skip to content

Commit 3dbb2e8

Browse files
committed
fix: publishing setup
1 parent 0868946 commit 3dbb2e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"clean": "del-cli build",
2727
"compile": "npm run lint && npm run clean && tsc && copyfiles templates/* build",
2828
"build": "npm run compile",
29-
"release": "np --message=\"chore(release): %s\"",
29+
"release": "np",
3030
"version": "npm run build",
3131
"prepublishOnly": "npm run build",
3232
"lint": "eslint . --ext=.ts",
3333
"typecheck": "tsc --noEmit",
3434
"format": "prettier --write .",
3535
"quick:test": "node --enable-source-maps --loader ts-node/esm bin/test.ts",
36-
"sync-labels": "github-label-sync --labels .github/labels.json japa/file-system"
36+
"sync-labels": "github-label-sync --labels .github/labels.json japa/create-japa"
3737
},
3838
"devDependencies": {
3939
"@adonisjs/eslint-config": "^1.1.8",

0 commit comments

Comments
 (0)