Skip to content

Commit

Permalink
Define verify-wrapper script in package.json #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Nov 27, 2021
1 parent 0e412c3 commit aafc940
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js",
"gen-wrapper": "node ./generator/gen_wrapper.js"
"gen-wrapper": "node ./generator/gen_wrapper.js",
"postgen-wrapper": "npm run verify-wrapper",
"verify-wrapper": "node ./generator/verify_wrapper.js"
},
"devDependencies": {
"eslint": "^8.3.0",
Expand Down

0 comments on commit aafc940

Please sign in to comment.