mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
node-only installation
This commit is contained in:
parent
3e2e02e8d7
commit
1f93fe8cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
VERSION=`cat package.json | jq '.version' -r`
|
||||
VERSION=`node -e 'process.stdout.write(require("./package").version)'`
|
||||
rm -rf node_modules
|
||||
rm -rf ./app/node_modules
|
||||
rm -rf dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue