dist now, not packages

pull/2558/head
David Baker 2016-11-08 17:37:49 +00:00
parent 1401de2e7d
commit 8676481aab
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ cp -r olm/package node_modules/olm
# run the mocha tests
npm run test
rm packages/vector-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist
rm dist/vector-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist
# node_modules deps from 'npm install' don't have a .git dir so can't
# rev-parse; but they do set the commit in package.json under 'gitHead' which