File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
+ sudo : false
2
3
node_js :
3
4
- 0.10
4
5
env :
8
9
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
9
10
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
10
11
- chmod a+x $HOME/purescript
11
- - npm install bower grunt-cli -g
12
12
- npm install
13
- - bower install
14
13
script :
15
- - grunt test
14
+ - npm run build
Original file line number Diff line number Diff line change 19
19
],
20
20
"repository" : {
21
21
"type" : " git" ,
22
- "url" : " git@ github.com: purescript-contrib/purescript-parsing.git"
22
+ "url" : " git:// github.com/ purescript-contrib/purescript-parsing.git"
23
23
},
24
24
"dependencies" : {
25
25
"purescript-transformers" : " ^0.6.0" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "private" : true ,
3
+ "scripts" : {
4
+ "postinstall" : " pulp dep install" ,
5
+ "build" : " pulp build && pulp test && rimraf docs && pulp docs"
6
+ },
7
+ "devDependencies" : {
8
+ "pulp" : " ^4.0.1" ,
9
+ "rimraf" : " ^2.4.1"
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments