mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
ci: add npm install
This commit is contained in:
parent
b7eb640eb6
commit
6b099b6cf7
@ -8,7 +8,7 @@
|
||||
"scripts": {
|
||||
"prepare": "grunt release",
|
||||
"pretest": "grunt build",
|
||||
"site:build": "npm run pretest && cd site && npm run build",
|
||||
"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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user