We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b1147 commit 5bbac73Copy full SHA for 5bbac73
.travis.yml
@@ -11,6 +11,7 @@ install:
11
- chmod a+x $HOME/purescript
12
- npm install -g bower
13
- npm install
14
+ - bower install
15
script:
16
- npm run build
17
- npm test
package.json
@@ -1,7 +1,6 @@
1
{
2
"private": true,
3
"scripts": {
4
- "postinstall": "pulp dep install",
5
"clean": "rimraf output && rimraf .pulp-cache",
6
"build": "jshint src && jscs src && pulp build",
7
"test": "pulp test"
0 commit comments