Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-giguere committed Sep 10, 2023
1 parent 77d4ab7 commit d784c04
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
12 changes: 12 additions & 0 deletions .run/Build.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Build" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="prepack" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>
7 changes: 0 additions & 7 deletions .run/Start.run.xml

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastofeed",
"version": "1.0.0",
"version": "0.1.0",
"author": "Pascal Giguère",
"repository": "https://github.com/pascal-giguere/mastofeed",
"private": true,
Expand All @@ -18,7 +18,8 @@
"scripts": {
"build": "tsc",
"clean": "tsc --build --clean",
"prepack": "yarn run clean && yarn run build"
"prepack": "yarn run clean && yarn run build",
"test:unit": "jest --config test/unit/jest.config.ts"
},
"devDependencies": {
"@types/jest": "^29.2.3",
Expand Down

0 comments on commit d784c04

Please sign in to comment.