Skip to content

Commit

Permalink
Reorder scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed May 3, 2022
1 parent c2ffed0 commit a4b0f7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"dist"
],
"scripts": {
"test": "jest",
"test:watch": "yarn test --watch",
"build": "yarn build:js",
"build:js": "babel src -d dist --extensions \".js,.ts,.tsx\"",
"prepublishOnly": "NODE_ENV=production yarn build"
"prepublishOnly": "NODE_ENV=production yarn build",
"test": "jest",
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/cli": "7.16.7",
Expand Down Expand Up @@ -89,8 +89,8 @@
"webpack-retry-chunk-load-plugin": "3.0.0"
},
"devDependencies": {
"jest": "27.5.1",
"@types/rimraf": "3.0.2"
"@types/rimraf": "3.0.2",
"jest": "27.5.1"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}

0 comments on commit a4b0f7f

Please sign in to comment.