Compare commits

...

2 Commits

Author SHA1 Message Date
Jack Hadrill ff581d54a3 Merge branch 'feature/type-declarations' of git.jacknet.io:TerribleCodeClub/romulus-js into feature/type-declarations
continuous-integration/drone/push Build is failing Details
2022-01-31 00:49:40 +00:00
Jack Hadrill 5dff282c05 Add prepare script 2022-01-31 00:49:39 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"scripts": { "scripts": {
"lint": "ts-standard", "lint": "ts-standard",
"test": "jest", "test": "jest",
"build": "tsc" "build": "tsc",
"prepare": "tsc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",