Skip to content

Commit 6acda9b

Browse files
committed
remove unused script
1 parent 533a99d commit 6acda9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/app/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"test:browser": "karma start --single-run",
2424
"test:browser:debug": "karma start --browsers Chrome --auto-watch",
2525
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* src/**/*.test.ts --opts ../../config/mocha.node.opts",
26-
"prepare": "yarn build",
27-
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json"
26+
"prepare": "yarn build"
2827
},
2928
"license": "Apache-2.0",
3029
"dependencies": {

0 commit comments

Comments
 (0)