Skip to content

Commit 6c61dab

Browse files
committed
Add back migrate script
1 parent 619d4e8 commit 6c61dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"lint": "eslint --max-warnings 0 src",
2121
"test": "npm run lint && npm run build && node ./lib/test.js && node ./unittests/index.js",
2222
"changelog": "tsc && node ./lib/changelog.js",
23+
"migrate": "node ./lib/migrate.js",
2324
"version": "npm i && tsc && node ./lib/version.js"
2425
},
2526
"author": {

0 commit comments

Comments
 (0)