Skip to content

Commit

Permalink
Updated ci script
Browse files Browse the repository at this point in the history
piotrwitek committed Dec 20, 2018
1 parent 4df44a1 commit ad002a7
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
@@ -22,7 +22,7 @@
"test:update": "jest --config jest.config.json --no-cache -u && dts-jest-remap ./src/*.spec.ts --rename '{{basename}}.snap.{{extname}}'",
"prebuild": "rm -rf dist/",
"build": "tsc -p ./tsconfig.build.json --outDir dist/",
"ci-check": "npm run lint & npm run tsc & npm run test",
"ci-check": "npm run lint & npm run tsc & npm run test:update",
"prepush": "npm run ci-check",
"prepublishOnly": "npm run reinstall && npm run ci-check && npm run build"
},

0 comments on commit ad002a7

Please sign in to comment.