Skip to content

Commit

Permalink
chore: Fix deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzer14 committed Nov 5, 2020
1 parent a4ee330 commit 44f067b
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 @@ -19,7 +19,7 @@
"test": "npm-run-all -p format lint typecheck",
"ci": "npm-run-all -s build test",
"bump": "lerna version --no-private --yes --create-release github --tag-version-prefix=''",
"deploy": "gh-pages -d packages/docs/dist -r https://${GH_TOKEN}@github.com/uStudioTeam/brix-ui",
"deploy": "gh-pages -d packages/docs/dist -r https://${GH_TOKEN}@github.com/uStudioTeam/ts4ocds",
"prerelease": "node scripts/create-meta-files.js",
"prepack": "lerna exec --no-private --parallel -- copyfiles README.md lib",
"release": "lerna exec --no-private --parallel -- yarn publish lib --new-version ${TRAVIS_TAG}",
Expand Down

0 comments on commit 44f067b

Please sign in to comment.