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",
|
"name": "pronoun-monster",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"hasInstallScript": true,
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^5.2.0",
|
"ava": "^5.2.0",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"description": "Rawr, if you must refer to me this is how you may",
|
"description": "Rawr, if you must refer to me this is how you may",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "mkdir ./dist",
|
||||||
"start": "concurrently npm:serve:*",
|
"start": "concurrently npm:serve:*",
|
||||||
"build": "concurrently npm:build:*",
|
"build": "concurrently npm:build:*",
|
||||||
"serve:handlebars": "node app.js",
|
"serve:handlebars": "node app.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue