File tree Expand file tree Collapse file tree 5 files changed +10
-78
lines changed Expand file tree Collapse file tree 5 files changed +10
-78
lines changed Original file line number Diff line number Diff line change 9
9
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10
10
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
11
11
- chmod a+x $HOME/purescript
12
- - npm install bower gulp -g
13
- - npm install && bower install
12
+ - npm install
14
13
script :
15
- - gulp
14
+ - npm run build
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ bower install purescript-node-path
14
14
15
15
## Module documentation
16
16
17
- - [ Node.Path] ( docs/Node. Path.md )
17
+ - [ Node.Path] ( docs/Node/ Path.md )
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"devDependencies" : {
4
- "gulp" : " ^3.8.11" ,
5
- "gulp-jscs" : " ^1.6.0" ,
6
- "gulp-jshint" : " ^1.10.0" ,
7
- "gulp-plumber" : " ^1.0.0" ,
8
- "gulp-purescript" : " ^0.5.0-rc.1" ,
9
- "gulp-run" : " ~1.6.7" ,
4
+ "pulp" : " ^4.3.0" ,
5
+ "jscs" : " ^1.13.1" ,
6
+ "jshint" : " ^2.8.0" ,
10
7
"rimraf" : " ^2.3.3"
8
+ },
9
+ "scripts" : {
10
+ "build" : " jshint src && jscs src && pulp build && rimraf docs && pulp docs" ,
11
+ "postinstall" : " pulp dep install"
11
12
}
12
13
}
You can’t perform that action at this time.
0 commit comments