We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4096a commit cdb6dd6Copy full SHA for cdb6dd6
.circleci/config.yml
@@ -11,6 +11,7 @@ jobs:
11
# TODO cache npm modules
12
- run: npm run global
13
- run: npm install
14
+ - run: npm run postinstall
15
16
- run: npm run pdf
17
- store_artifacts:
0 commit comments