Skip to content

Commit

Permalink
fixed publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
harmboschloo committed Feb 29, 2020
1 parent a98eee8 commit 5272814
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 @@ -38,7 +38,7 @@
"validate-prettier": "prettier -l index.* \"./{src,tests,examples}/**/*.{js,ts,gql}\"",
"validate-elm": "elm-format --validate ./src ./tests ./examples",
"doc-preview": "elm-doc-preview",
"prepublishOnly": "npm run validate && npm run build && npm run build-examples && npm run test"
"prepublishOnly": "npm run validate && npm run build && npm run examples-build && npm run test"
},
"dependencies": {
"graphql": "^14.1.1",
Expand Down

0 comments on commit 5272814

Please sign in to comment.