mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
dist now, not packages
This commit is contained in:
parent
1401de2e7d
commit
8676481aab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user