Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 808a51d

Browse files
Merge pull request #62 from PolymathNetwork/priom/npm
publishing npm package
2 parents 84dc658 + cb2fe04 commit 808a51d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cache:
1313
- "node_modules"
1414

1515
before_script:
16-
- yarn build
1716
- yarn testrpc &
1817
- sleep 1
1918

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@polymathnetwork/polymath",
2+
"name": "polymathjs",
33
"author": "Polymath",
44
"version": "0.1.0",
55
"description": "Tools for interacting with the Polymath platform",

scripts/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ else
4141
echo "Starting our own testrpc instance"
4242
start_testrpc
4343

44+
webpack && run-s babel:src babel:test
4445
run-s truffle:compile copy-artifacts
4546
truffle migrate --network=testrpc
4647
mocha lib/test/**/*_test.js --timeout 10000 --bail --exit

0 commit comments

Comments
 (0)