Skip to content

Commit

Permalink
chore(release): ignore untracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Oct 4, 2018
1 parent 655e32e commit 71acc0a
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 @@ -44,7 +44,7 @@
"changelog-current": "conventional-changelog -p angular -r 2",
"publish": "npm publish ./dist/utils && npm publish ./dist/core && npm publish ./dist/common && npm publish ./dist/auth && npm publish ./dist/geo && npm publish ./dist/context && npm publish ./dist/tools",
"preversion": "rimraf ./dist && npm run build.all && npm run test.all",
"version": "gulp bumpVersion && npm run build.libs && npm run changelog && git add .",
"version": "gulp bumpVersion && npm run build.libs && npm run changelog && git add -u",
"postversion": "git push && git push --tags && npm run publish && npm run ghpages && npm run ghrelease",
"preghpages": "npm run build.demo -- --output-path ./dist/ghpages --base-href /igo2-lib/ && echo \"include: ['_default.json', '_contexts.json']\" > dist/ghpages/_config.yml",
"ghpages": "VERSION=$(node -p -e \"require('./package.json').version\") && npx ngh --dir=dist/ghpages --no-silent=false --message=$VERSION",
Expand Down

0 comments on commit 71acc0a

Please sign in to comment.