make dist dir postinstall, fix CI

This commit is contained in:
Ava Gaiety W 2023-03-16 00:25:49 -05:00
parent 18b899c15c
commit 844bc0ddca
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View file

@ -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",

View file

@ -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",