Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit ac291ea

Browse files
author
Benjamin Schultz
committed
Add easy update script/command
1 parent aa91fee commit ac291ea

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"start": "node src/index.js",
88
"create-locales": "node src/createLocales.js",
99
"test": "npx eslint src/**/*.js",
10-
"test-fix": "npx eslint src/**/*.js --fix"
10+
"test-fix": "npx eslint src/**/*.js --fix",
11+
"update": "npm install && npm update pogo-translations && npm run create-locales"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)