Commit 3dbb2e8 1 parent 0868946 commit 3dbb2e8 Copy full SHA for 3dbb2e8
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ package-lock = false
Original file line number Diff line number Diff line change 26
26
"clean" : " del-cli build" ,
27
27
"compile" : " npm run lint && npm run clean && tsc && copyfiles templates/* build" ,
28
28
"build" : " npm run compile" ,
29
- "release" : " np --message= \" chore(release): %s \" " ,
29
+ "release" : " np" ,
30
30
"version" : " npm run build" ,
31
31
"prepublishOnly" : " npm run build" ,
32
32
"lint" : " eslint . --ext=.ts" ,
33
33
"typecheck" : " tsc --noEmit" ,
34
34
"format" : " prettier --write ." ,
35
35
"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 "
37
37
},
38
38
"devDependencies" : {
39
39
"@adonisjs/eslint-config" : " ^1.1.8" ,
You can’t perform that action at this time.
0 commit comments