Skip to content

Commit

Permalink
🚧 Test fix for travis. refs #3
Browse files Browse the repository at this point in the history
Testing a fix for travis
  • Loading branch information
aletheia committed May 3, 2020
1 parent 5efde1b commit b4f472f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ci": "npm run clean && npm install && npm test",
"generate": "npx ts-node ./src/generator/generatePolicyEnums.ts && npm run fix",
"prepare": "npm run compile",
"postinstalloo": "node ./lib/generator/generatePolicyEnums.js; tsc ./lib/generated/*.ts",
"postinstall": "npm run compile && node ./lib/generator/generatePolicyEnums.js; tsc ./lib/generated/*.ts",
"prepublish": "npm run clean && npm run check && npm run compile"
},
"author": {
Expand Down

0 comments on commit b4f472f

Please sign in to comment.