chore: Update the bundle to delete previous

This commit is contained in:
BluJ
2023-04-05 15:04:44 -06:00
parent 5414b301f3
commit 74e765511e
3 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ lib/test/output.ts: lib/test/makeOutput.ts scripts/oldSpecToBuilder.ts
npm run buildOutput npm run buildOutput
bundle: fmt $(TS_FILES) package.json .FORCE node_modules bundle: fmt $(TS_FILES) package.json .FORCE node_modules
rm -rf dist || true
npx tsc npx tsc
check: check:

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "start-sdk", "name": "start-sdk",
"version": "0.4.0-lib0.charlie1", "version": "0.4.0-lib0.charlie2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "start-sdk", "name": "start-sdk",
"version": "0.4.0-lib0.charlie1", "version": "0.4.0-lib0.charlie2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@iarna/toml": "^2.2.5", "@iarna/toml": "^2.2.5",

View File

@@ -1,6 +1,6 @@
{ {
"name": "start-sdk", "name": "start-sdk",
"version": "0.4.0-lib0.charlie1", "version": "0.4.0-lib0.charlie2",
"description": "For making the patterns that are wanted in making services for the startOS.", "description": "For making the patterns that are wanted in making services for the startOS.",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",