Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc718a58

Browse files
committed
#000 okan fix bug that delete declaration file
1 parent4504642 commitc718a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:prod:min":"cross-env NODE_ENV=prod webpack -p src/index.ts dist/redux-ts.min.js",
2323
"build:test":"cross-env NODE_ENV=test webpack --output-filename lib/specs.js",
2424
"clean":"rimraf dist lib",
25-
"build":"npm run build:dev && npm run build:prod && npm run build:prod:min",
25+
"build":"npm run build:dev && npm run build:test && npm run build:prod && npm run build:prod:min",
2626
"prepublish":"npm run clean && npm run build && npm run test:run",
2727
"test":"npm run clean && npm run build:test && npm run test:run",
2828
"test:run":"mocha --require source-map-support/register ./lib/specs.js"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp