Skip to content

Commit

Permalink
add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Feb 3, 2020
1 parent 933a5d7 commit f5d29d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ a "hello world" demo of Neon
```bash
git clone https://github.com/amilajack/neon-hello
cd neon-hello
yarn
yarn test
npm install # or yarn
npm test # or yarn test
```
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"neon-cli": "^0.3.3"
},
"scripts": {
"install": "neon build --release"
"build": "neon build --release",
"install": "npm run build",
"test": "npm run build"
}
}

0 comments on commit f5d29d3

Please sign in to comment.