Skip to content

Commit

Permalink
Trying to fix build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Sep 9, 2019
1 parent d708ab3 commit 49f615a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ NODE_ENV=production npm run docs

# navigate into the build output directory
cd docs/__sapper__/export/svelma
npm ci

# if you are deploying to a custom domain
# echo 'www.example.com' > CNAME
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"docs:deploy": "./docs.sh",
"autodocs": "(cd docs; npx sapper dev --basepath svelma)",
"jsdocs": "(cd docs; npx jsdoc -c jsdoc/conf.js)",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"postpublish": "npm run docs:deploy",
"changelog": "conventional-changelog -i CHANGELOG.md -p angular",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 49f615a

Please sign in to comment.