mirror of
https://github.com/pure-css/pure
synced 2025-01-14 20:27:28 +01:00
ci: add site scripts
This commit is contained in:
parent
e5f7545e48
commit
b7eb640eb6
@ -8,6 +8,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "grunt release",
|
"prepare": "grunt release",
|
||||||
"pretest": "grunt build",
|
"pretest": "grunt build",
|
||||||
|
"site:build": "npm run pretest && cd site && npm run build",
|
||||||
|
"site:start": "cd site && npm run start",
|
||||||
"test": "grunt test && tap test/*.js"
|
"test": "grunt test && tap test/*.js"
|
||||||
},
|
},
|
||||||
"files": "build/",
|
"files": "build/",
|
||||||
|
Loading…
Reference in New Issue
Block a user