Skip to content

Commit e7c3ec4

Browse files
committed
Chore: add version script for meta.docs.url
1 parent 404d433 commit e7c3ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
1010
"lint": "eslint . --rulesdir eslint-internal-rules",
1111
"pretest": "npm run lint",
12-
"preversion": "npm run update && npm test",
12+
"preversion": "npm test && npm run update && git add .",
13+
"version": "npm run lint -- --fix && git add .",
1314
"update": "node ./tools/update.js"
1415
},
1516
"files": [

0 commit comments

Comments
 (0)