chore: debugging travis

This commit is contained in:
redonkulus 2020-05-11 09:45:04 -07:00
parent b7c5e68321
commit f2a8721306

View File

@ -6,7 +6,7 @@
"url": "git://github.com/pure-css/pure.git"
},
"scripts": {
"prepare": "ls -al ./static/css/pure/ && cat ./build/pure-min.css && grunt release && cat ./build/pure-min.css",
"prepare": "grunt release && cat ./build/pure-min.css",
"site:build": "npm run pretest && cd site && npm install && npm run build",
"site:start": "cd site && npm run start",
"test": "grunt test && tap test/*.js"