mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
dist now, not packages
This commit is contained in:
parent
1401de2e7d
commit
8676481aab
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cp -r olm/package node_modules/olm
|
||||||
# run the mocha tests
|
# run the mocha tests
|
||||||
npm run test
|
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
|
# 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
|
# rev-parse; but they do set the commit in package.json under 'gitHead' which
|
||||||
|
|
Loading…
Reference in a new issue