make dist dir postinstall, fix CI
This commit is contained in:
parent
18b899c15c
commit
844bc0ddca
2 changed files with 2 additions and 0 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
@ -7,6 +7,7 @@
|
|||
"": {
|
||||
"name": "pronoun-monster",
|
||||
"version": "0.1.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Unlicense",
|
||||
"devDependencies": {
|
||||
"ava": "^5.2.0",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"description": "Rawr, if you must refer to me this is how you may",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"postinstall": "mkdir ./dist",
|
||||
"start": "concurrently npm:serve:*",
|
||||
"build": "concurrently npm:build:*",
|
||||
"serve:handlebars": "node app.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue