Skip to content

Commit b1456c8

Browse files
committed
rename root package npm scripts
1 parent 622946c commit b1456c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "Repository of sample Firebase Extensions.",
55
"private": true,
66
"scripts": {
7-
"prettier:format": "prettier --write {,**/}*.{yaml,js,md}",
8-
"prettier:test": "prettier --list-different {,**/}*.{yaml,js,md}",
9-
"extensions:clean": "lerna run clean",
10-
"extensions:build": "lerna run build",
11-
"extensions:test": "lerna run test",
12-
"postinstall": "lerna bootstrap && npm run extensions:clean && npm run extensions:build"
7+
"format": "prettier --write {,**/}*.{yaml,js,md}",
8+
"lint": "prettier --list-different {,**/}*.{yaml,js,md}",
9+
"clean": "lerna run clean",
10+
"build": "lerna run build",
11+
"test": "lerna run test",
12+
"postinstall": "lerna bootstrap && npm run clean && npm run build"
1313
},
1414
"repository": "",
1515
"author": "Firebase (https://firebase.google.com/)",

0 commit comments

Comments
 (0)