Skip to content

Commit

Permalink
🚧 Trying to fix travis. refs #3
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
aletheia committed May 3, 2020
1 parent ef0cf82 commit 5efde1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"ci": "npm run clean && npm install && npm run test && npm run fix",
"ci": "npm run clean && npm install && npm test",
"generate": "npx ts-node ./src/generator/generatePolicyEnums.ts && npm run fix",
"prepare": "npm run compile",
"postinstall": "node ./lib/generator/generatePolicyEnums.js; tsc ./lib/generated/*.ts",
"postinstalloo": "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 5efde1b

Please sign in to comment.