Fixed missing build script

This commit is contained in:
Lucas Dower 2023-04-10 01:03:20 +01:00
parent a775fc0403
commit 98d78712c6
No known key found for this signature in database
GPG Key ID: B3EE6B8499593605
2 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "objtoschematic",
"version": "0.7.4",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "objtoschematic",
"version": "0.7.4",
"version": "0.0.0",
"license": "BSD-3-Clause",
"dependencies": {
"@loaders.gl/core": "^3.3.1",

View File

@ -1,7 +1,7 @@
{
"name": "objtoschematic",
"private": true,
"version": "0.7.4",
"version": "0.0.0",
"description": "A tool to convert .obj files into voxels and then into Minecraft Schematic files",
"main": "./dist/src/main.js",
"engines": {
@ -15,7 +15,8 @@
"dist": "webpack --config ./webpack.prod.js",
"atlas": "ts-node ./tools/build-atlas.ts",
"palette": "ts-node ./tools/build-palette.ts",
"headless": "ts-node ./tools/run-headless.ts"
"headless": "ts-node ./tools/run-headless.ts",
"build": "tsc"
},
"repository": {
"type": "git",