Skip to content

Commit

Permalink
constructor validation moved to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Oct 24, 2022
1 parent c558746 commit 401453c
Show file tree
Hide file tree
Showing 6 changed files with 1,024 additions and 566 deletions.
3 changes: 1 addition & 2 deletions cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { nodeResolve } from "@rollup/plugin-node-resolve";
import sourcemaps from "rollup-plugin-sourcemaps";
import { babel } from "@rollup/plugin-babel";
import { rollup } from "rollup";
import validateContract from "./contract_validation.js";
import { executeCommand } from "./utils.js";
import { executeCommand, validateContract } from "./utils.js";

const PROJECT_DIR = process.cwd();
const NEAR_SDK_JS = "node_modules/near-sdk-js";
Expand Down
57 changes: 0 additions & 57 deletions contract_validation.js

This file was deleted.

Loading

0 comments on commit 401453c

Please sign in to comment.