This repository was archived by the owner on Oct 4, 2020. It is now read-only.
File tree 4 files changed +19
-6
lines changed
4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change
1
+ /. *
2
+ ! /.gitignore
3
+ ! /.travis.yml
4
+ /bower_components /
5
+ /output /
Original file line number Diff line number Diff line change
1
+ ../node_modules/
Original file line number Diff line number Diff line change
1
+ {
2
+ "private" : true ,
3
+ "scripts" : {
4
+ "clean" : " rimraf output && rimraf .pulp-cache" ,
5
+ "postinstall" : " bower i" ,
6
+ "bench" : " npm run build && npm run run" ,
7
+ "run" : " node --expose-gc -e 'require(\" ./output/Bench.Main/index.js\" ).main()'" ,
8
+ "build" : " pulp build -- --censor-lib --strict"
9
+ }
10
+ }
11
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"scripts" : {
4
- "clean" : " rimraf output && rimraf .pulp-cache && rimraf bench/output && rimraf bench/.pulp-cache" ,
5
- "install" : " bower i && cd bench && bower i" ,
6
- "bench" : " cd bench && npm run bench:build && npm run bench:run" ,
7
- "bench:run" : " cd bench && node --expose-gc -e 'require(\" ./output/Bench.Main/index.js\" ).main()'" ,
8
- "bench:build" : " cd bench && pulp build" ,
4
+ "clean" : " rimraf output && rimraf .pulp-cache" ,
9
5
"test" : " pulp test" ,
10
6
"build" : " eslint src && pulp build -- --censor-lib --strict"
11
7
},
15
11
"purescript-psa" : " ^0.5.1" ,
16
12
"rimraf" : " ^2.6.1"
17
13
}
18
- }
14
+ }
You can’t perform that action at this time.
0 commit comments