Skip to content

Commit e5a35fa

Browse files
committed
spago
1 parent b08b780 commit e5a35fa

File tree

6 files changed

+1268
-1683
lines changed

6 files changed

+1268
-1683
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/node_modules/
33
/.pulp-cache/
44
/output/
5+
/output-pulp/
56
/.psc-package/
67
/.psc*
78
/.purs*

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache: npm
99

1010
install:
1111
- npm ci
12-
- npx bower install
12+
- npm run deps
1313

1414
script:
15-
- npx pulp build
15+
- npm run build

0 commit comments

Comments
 (0)